VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: SubLabel

Source Location: /comctrls.inc.php

Class Overview

Object
   |
   --Persistent
      |
      --SubLabel

This is a helper class for the Label used in the LabeledEdit control


Variables

Methods


Inherited Variables

Inherited Methods

Class: Persistent

Persistent::allowserialize()
This method provides an opportunity for the component developer to prevent the serialization/unserialization of a property.
Persistent::assign()
Assigns the source properties to this object.
Persistent::assignError()
Raises an assignation error.
Persistent::assignTo()
Assigns this object to another object.
Persistent::inSession()
This method determines if this object exists in the current session.
Persistent::readNamePath()
Used to serialize/unserialize. It returns the full path to identify this component.
Persistent::readOwner()
Owner of the component.
Persistent::serialize()
Stores this object into the session.
Persistent::unserialize()
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.

Class: Object

Object::__construct()
Constructs an object and initializes its data before the object is first used.
Object::className()
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
Object::classNameIs()
Determines whether an object is of a specific type.
Object::classParent()
Returns the type of the immediate ancestor of a class.
Object::inheritsFrom()
Determines the relationship of two object types.
Object::methodExists()
Check if a method exists declared on this object instance.
Object::readProperty()
Reads a property from the streams
Object::__get()
To virtualize properties
Object::__set()
To virtualize properties

Class Details

[line 4945]
This is a helper class for the Label used in the LabeledEdit control

LabeledEdit is an edit control that has an associated label and this class is the control used for that label




[ Top ]


Class Variables

$_caption =  ""

[line 4947]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_control =  null

[line 4948]



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


method assignTo [line 4950]

void assignTo( $dest)



Overrides Persistent::assignTo() (Assigns this object to another object.)

Parameters:

   $dest  

[ Top ]

method defaultCaption [line 4962]

void defaultCaption( )



[ Top ]

method getCaption [line 4960]

string getCaption( )

Specifies the caption used in the label

Use this property to determine the Caption for this control. This text will be shown at the side of the edit control that also makes up LabeledEdit.




[ Top ]

method readOwner [line 4964]

void readOwner( )



Overrides Persistent::readOwner() (Owner of the component.)

[ Top ]

method setCaption [line 4961]

void setCaption( $value)



Parameters:

   $value  

[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:51:12 -0700 by phpDocumentor 1.4.1