메소드 | 설명 | |
---|---|---|
AddControls ( ) : void |
Adds the specified controls to the stack.
|
|
AddItem ( ControlListItem item ) : void |
Adds an item to the control stack.
|
|
AddModificationErrorItem ( EwfValidation validation, ErrorDisplayStyle displayStyle ) : void |
Adds an item for the error messages from the specified validation. If there aren't any error messages, the control getter is not called and no item is added.
|
|
AddText ( ) : void |
Add the given list of strings to the control stack. Do not pass null for any of the strings. If you do, it will be converted to the empty string.
|
|
Create ( bool isStandard, IEnumerable |
Creates a blank vertical stack of controls.
|
|
CreateWithControls ( bool isStandard ) : |
Creates a control stack and adds the specified controls to it.
|
|
CreateWithText ( bool isStandard ) : |
Creates a vertical stack of text controls out of the given list of strings.
|
메소드 | 설명 | |
---|---|---|
ControlStack ( bool isStandard, IEnumerable |
||
ControlTreeDataLoader ( ) : void | ||
getItemControl ( bool>.Tuple |
public AddModificationErrorItem ( EwfValidation validation, ErrorDisplayStyle displayStyle ) : void | ||
validation | EwfValidation | |
displayStyle | ErrorDisplayStyle | |
리턴 | void |
public static Create ( bool isStandard, IEnumerable |
||
isStandard | bool | Sets whether or not this control stack will have standard styling. |
tailUpdateRegions | IEnumerable |
|
itemInsertionUpdateRegions | IEnumerable |
|
리턴 |
public static CreateWithControls ( bool isStandard ) : |
||
isStandard | bool | |
리턴 |
public static CreateWithText ( bool isStandard ) : |
||
isStandard | bool | |
리턴 |