www.element4solution.com

e4s.html.input.extended
Class E4FieldsetLayout

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.E4HtmlObject
          extended by e4s.html.E4HtmlElementGeneral
              extended by e4s.html.input.extended.E4FieldsetLayout
Direct Known Subclasses:
E4FieldsetLayoutedElement, E4InputField

public class E4FieldsetLayout
extends E4HtmlElementGeneral

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. This class encapsulates this definition. see also e4s.html.

Since:
JDK 1.4

Field Summary
 
Fields inherited from class e4s.html.E4HtmlElementGeneral
m_elements, m_needed_scripts
 
Fields inherited from class e4s.html.E4HtmlObject
m_parent_e4sID
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4FieldsetLayout(E4ID parent_id)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
           
 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 class e4s.html.E4HtmlElementGeneral
addScript, addScript, addScript, addStyleForEditing, addTranslationForEditing, buildStyleAttribute, buildStyleClassReference, collectScripts, collectStylesForEditing, collectStylesForEditing, collectStylesForEditing, collectTranslationsForEditing, collectTranslationsForEditing, createScript, createScript, debugToString, findElement, findElement, findElement, findElement, getElements, getElementsVec, getField, getId, getLastElement, getStringContent, getStyle, getSTYLE, getStyle, hasScripts, hasSTYLE, isContentClass, isE4InputField_Intf, openTag, removeAll, removeElementById, removeElements, removeElements, removeStyle, setId, setReadOnly, setStyle, setStyle, setSTYLE, setValue, Style, Style, toHtml_hidden, toHtml, validate
 
Methods inherited from class e4s.html.E4HtmlObject
E4ID, E4ID, set_e4sID
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E4FieldsetLayout

public E4FieldsetLayout(E4ID parent_id)
Method Detail

layoutToNextRow

public 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

public 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.

_getSVNVersionString

public static java.lang.String _getSVNVersionString()

www.element4solution.com