|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.html.input.grid.E4GridSize
public class E4GridSize
Defines the size for a display-grid. A grid can have multiple display sizes the user can choose from.
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 |
|---|
public static final int UNLIMITED
| Constructor Detail |
|---|
public E4GridSize(int width,
int height)
| Method Detail |
|---|
public void setHeight(int height)
height - the number of rowsgetHeight(),
setWidth(int)public void setWidth(int width)
width - the number of columnsgetWidth(),
setHeight(int)public int getWidth()
setWidth(int),
getHeight()public int getHeight()
setHeight(int),
getWidth()public java.lang.String toString()
toString in class E4Objectpublic static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||