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

Class: SubLabel

Source Location: /comctrls.inc.php

Class Overview

Object
   |
   --Persistent
      |
      --SubLabel

LabeledEdit Class


Class Details

[line 2394]
LabeledEdit Class

LabeledEdit is an edit control that has an associated label.




[ Top ]

Properties

Events

    [none]

JS Events

    [none]

Methods

Constants

    [none]

Inherited Properties

Class: Persistent

Persistent::NamePath
Used to serialize/unserialize
Persistent::Owner
Owner of the component, in Persistent always return null

Inherited Events

Inherited JS Events

Inherited Methods

Class: Persistent

Persistent::assign
Assing the source properties to this object
Persistent::assignError
Raises an assignation error
Persistent::assignTo
Assign this object to another object
Persistent::serialize
Stores this object into the session, it uses PHP reflection system to get published properties, the ones that will be stored.
Persistent::unserialize
Read this object properties from the session, only published properties will be recovered, components need an owner to be unserialized.

Class: Object

Object::__construct
Constructor
Object::className
Returns the name of the object class
Object::classNameIs
Check if the object is from a specific class
Object::classParent
Returns the parent class of the object
Object::inheritsFrom
Check if the object inherits from a specific class
Object::methodExists
Check if a method exists
Object::readProperty
Reads a property from the streams
Object::__get
To virtualize properties
Object::__set
To virtualize properties

Properties


property Caption [line 2414]

[ Top ]

property Caption : string [line 2409]

Specifies the caption used in the label



Tags:

access:  protected
[ Top ]


Events



Javascript Events



Methods


void assignTo [line 2402]

void assignTo( object $dest)

Assign the $dest->caption to the control caption



Overrides Persistent::assignTo (Assign this object to another object)

Parameters:

object   $dest   Component to set the caption to

[ Top ]



Documentation generated on Tue, 27 Mar 2007 13:33:53 +0200 by phpDocumentor 1.3.1