Class TDraggableConstraint

Description

TEnumerable class.

TEnumerable is the base class for all enumerable types. To define an enumerable type, extend TEnumberable and define string constants. Each constant represents an enumerable value. The constant name must be the same as the constant value. For example,

  1. class TTextAlign extends TEnumerable
  2. {
  3. const Left='Left';
  4. const Right='Right';
  5. }
Then, one can use the enumerable values such as TTextAlign::Left and TTextAlign::Right.

  • version: $Id: TComponent.php 2541 2008-10-21 15:05:13Z qiang.xue $
  • author: Qiang Xue <qiang.xue@gmail.com>

Located in /Web/UI/ActiveControls/TDraggable.php (line 146)

TEnumerable
   |
   --TDraggableConstraint
Class Constant Summary
 Horizontal = 'Horizontal'
 None = 'None'
 Vertical = 'Vertical'
Class Constants
Horizontal = 'Horizontal' (line 149)
None = 'None' (line 148)
Vertical = 'Vertical' (line 150)

Documentation generated on Sun, 24 May 2009 16:47:28 -0400 by phpDocumentor 1.3.0RC4