www.element4solution.com

e4s.html.input.grid
Class E4GridSize

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.input.grid.E4GridSize

public class E4GridSize
extends E4Object

Defines the size for a display-grid. A grid can have multiple display sizes the user can choose from.

See Also:
e4s.html.input.grid.E4Grid#addDisplaySize(e4s.html.grif.E4GridSize)

Field Summary
static int UNLIMITED
          Use this constant to define an unlimited size (vertical, horizontal or both) instead of a given width or height.
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4GridSize(int width, int height)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
           
 int getHeight()
          Get the number of rows for the grid.
 int getWidth()
          Get the number of columns for the grid.
 void setHeight(int height)
          Set the number of rows for the grid.
 void setWidth(int width)
          Set the number of columns for the grid.
 java.lang.String toString()
           
 
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, 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
 

Field Detail

UNLIMITED

public static final int UNLIMITED
Use this constant to define an unlimited size (vertical, horizontal or both) instead of a given width or height. Please note, that large tables are not easy to navigate for the user.

See Also:
Constant Field Values
Constructor Detail

E4GridSize

public E4GridSize(int width,
                  int height)
Method Detail

setHeight

public void setHeight(int height)
Set the number of rows for the grid.

Parameters:
height - the number of rows
See Also:
getHeight(), setWidth(int)

setWidth

public void setWidth(int width)
Set the number of columns for the grid.

Parameters:
width - the number of columns
See Also:
getWidth(), setHeight(int)

getWidth

public int getWidth()
Get the number of columns for the grid.

Returns:
the number of columns
See Also:
setWidth(int), getHeight()

getHeight

public int getHeight()
Get the number of rows for the grid.

Returns:
the number of rows
See Also:
setHeight(int), getWidth()

toString

public java.lang.String toString()
Overrides:
toString in class E4Object

_getSVNVersionString

public static java.lang.String _getSVNVersionString()

www.element4solution.com