|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface E4FieldsetLayout_Intf
Interface for input field collection (E4Fieldset).
For elements (typically input elements) within a E4Fieldset it is possible
to define weater the element shall be layouted beside the last element in the same
row or if a new row shall be opened.
E4Fieldset,
E4Fieldset_Intf,
E4FieldsetLayout,
E4FieldsetLayoutedElement| Method Summary | |
|---|---|
boolean |
isNextRow()
Returns the status, if the element (or typical an input field) within a E4Fieldset is defined to be layouted in the next row or not. |
void |
layoutToNextRow(boolean mode)
Defines, if the element (or typical an input field) within a E4Fieldset shall be layouted in the next row or not. |
| Methods inherited from interface e4s.html.E4HtmlElement_Intf |
|---|
addScript, addScript, addScript, collectScripts, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, toHtml, validate |
| Method Detail |
|---|
void layoutToNextRow(boolean mode)
E4Fieldset shall be layouted in the next row or not. If
not, then the field is layouted right beside the last field.
This makes form elements kept together in one row.
mode - true=layout into the next row, false=layout right beside the
previous field in the same row.boolean isNextRow()
E4Fieldset is defined to be layouted in the next row or not. If
not, then the field is layouted right beside the last field.
This makes form elements kept together in one row.
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||