Class TEnumerable
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,
class TTextAlign extends TEnumerable { const Left='Left'; const Right='Right'; }
Then, one can use the enumerable values such as TTextAlign::Left and TTextAlign::Right.
- TEnumerable implements Iterator
Direct known subclasses
TActiveRecordInvalidFinderResult, TApplicationMode, TDataGridPagerPosition, TDatePickerInputMode, TDatePickerMode, TDatePickerPositionMode, TDbColumnCaseMode, TDbNullConversionMode, TDisplayStyle, TDraggableConstraint, TDraggableGhostingOptions, TDraggableRevertOptions, TBulletedListDisplayMode, TEventResults, THorizontalAlign, THotSpotMode, THttpRequestUrlFormat, THttpSessionCookieMode, TInlineFrameAlign, TInlineFrameScrollBars, TListItemType, TListSelectionMode, TPagerButtonType, TBulletStyle, TPagerMode, TRepeatDirection, TRepeatLayout, TRpcClientTypesEnumerable, TScrollBars, TSecurityManagerValidationMode, TSliderDirection, TSqlMapCacheTypes, TTableCaptionAlign, TTableGridLines, TButtonColumnType, TTableHeaderScope, TTableRowSection, TTextAlign, TTextBoxAutoCompleteType, TTextBoxMode, TTextHighlighterLineNumberStyle, TUrlMappingPatternSecureConnection, TUserManagerPasswordMode, TValidationCompareOperator, TValidationDataType, TButtonType, TValidationSummaryDisplayMode, TValidationSummaryDisplayStyle, TValidatorDisplayStyle, TVerticalAlign, TWizardNavigationButtonType, TWizardStepType, TColorPickerMode, TContentDirection, TDataGridPagerButtonType, TDataGridPagerModeIndirect known subclasses
TRangeValidationDataType
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TComponent.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at TComponent.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|