Class TScaffoldInputBase
Direct Known Sub-classes:
TScaffoldInputBase class file.
| Method Summary |
|
protected
void
|
|
|
protected
void
|
|
|
void
|
|
|
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
void
|
|
|
protected
void
|
|
| Method Details |
createControl
| protected void createControl |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createControlLabel
| protected void createControlLabel |
(mixed $label , mixed $column , mixed $record ) |
| Input |
| mixed | $label | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
createInputBuilder
| public void createInputBuilder |
(mixed $record ) |
| Input |
| mixed | $record | |
| Output |
| Exception |
|
createScaffoldInput
| public void createScaffoldInput |
(mixed $parent , mixed $item , mixed $column , mixed $record ) |
| Input |
| mixed | $parent | |
| mixed | $item | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getControlValue
| protected void getControlValue |
(mixed $container , mixed $column , mixed $record ) |
| Input |
| mixed | $container | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getIsEnabled
| protected void getIsEnabled |
(mixed $column , mixed $record ) |
| Input |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
getParent
| protected void getParent |
() |
|
getRecordPropertyValue
| protected void getRecordPropertyValue |
(mixed $column , mixed $record ) |
| Input |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
loadScaffoldInput
| public void loadScaffoldInput |
(mixed $parent , mixed $item , mixed $column , mixed $record ) |
| Input |
| mixed | $parent | |
| mixed | $item | |
| mixed | $column | |
| mixed | $record | |
| Output |
| Exception |
|
setRecordPropertyValue
| protected void setRecordPropertyValue |
(mixed $item , mixed $record , mixed $input ) |
| Input |
| mixed | $item | |
| mixed | $record | |
| mixed | $input | |
| Output |
| Exception |
|
| Constant Details |
DEFAULT_ID
Type:
string
Value:
'scaffold_input'
|
|