|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.ext.ui.table.TableFormatProvider
public class TableFormatProvider
The TableFormatterProvider
class provides methods to check the
existence and/or receive TableFormat
s for
s
Element
Method Summary | |
---|---|
TableFormat |
getFormat(Element element)
Reads in the defined TableFormat for the given
. |
static TableFormatProvider |
getInstance()
Returns the sole instance of this TableFormatProvider |
boolean |
hasFormat(Element element)
Checks if the given has a
TableFormat . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final TableFormatProvider getInstance()
TableFormatProvider
TableFormatProvider
instancepublic final TableFormat getFormat(Element element)
TableFormat
for the given
Element
. If no format was defined
null
is returned.
element
- the Element
to get
TableFormat
for
TableFormat
, or null
if none was definedpublic final boolean hasFormat(Element element)
Element
has a
TableFormat
.
element
- the Element
to check
TableFormat
existence for
true
if given element has a defined
TableFormat
, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |