Class NRepeaterControl
A control that repeats a specified prototype for each item in the list.
NObject | --NComponent | --NComponentContainer | --NFormContainer | --NRepeaterControl
Public Method Summary | |
---|---|
NRepeaterControl |
__construct
()
|
mixed |
getValue
()
Get value.
|
void |
loadHttpData
()
Load HTTP data.
|
NRepeaterControl |
setValue
(mixed $value)
NSet value.
|
Methods Inherited From NComponentContainer |
---|
addComponent(), createComponent(), getComponent(), getComponents(), removeComponent(), validateChildComponent(), __clone() |
Methods Inherited From NComponent |
---|
__construct(), attached(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), setParent(), unmonitor(), validateParent(), __clone(), __wakeup() |
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary | ||||
---|---|---|---|---|
int | $repeatCount | 3 |
line 38 |
|
int | $repeatMax | 0 |
line 44 |
|
int | $repeatMin | 1 |
line 41 |
|
protected array | $value |
|
line 47 |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 52 __constructpublic NRepeaterControl __construct ()
|
||||||||||||
line 80 getValuepublic mixed getValue () Get value.
|
||||||||||||
line 91 loadHttpDatapublic void loadHttpData () Load HTTP data.
|
||||||||||||
line 64 setValuepublic NRepeaterControl setValue (mixed $value) NSet value.
|