www.element4solution.com

e4s.html
Interface E4FieldsetLayout_Intf

All Superinterfaces:
E4HtmlElement_Intf
All Known Subinterfaces:
E4InputField_Intf
All Known Implementing Classes:
BUTTON, CHECKBOX, CONSTANTFIELD, DATEFIELD, E4FieldsetLayoutedElement, E4InputMultiState, E4InputMultiValue, FILESELECTION, FILEUPLOAD, FLOATFIELD, HIDDENFIELD, IMAGEFIELD, LONGFIELD, PASSWORDFIELD, SELECT, TEXTAREA, TEXTFIELD

public interface E4FieldsetLayout_Intf
extends E4HtmlElement_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.

Since:
JDK 1.4
See Also:
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

layoutToNextRow

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. If not, then the field is layouted right beside the last field. This makes form elements kept together in one row.

Parameters:
mode - true=layout into the next row, false=layout right beside the previous field in the same row.

isNextRow

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. If not, then the field is layouted right beside the last field. This makes form elements kept together in one row.

Returns:
true=layout into the next row, false=layout right beside the previous field in the same row.

www.element4solution.com