|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.template.propertymgr.ComponentPropertyManager
echopoint.template.propertymgr.TableGridPropertyManager
public class TableGridPropertyManager
A property handler for Tables and Grids.
It handles the following properties :
The WIDTH and HEIGHT can be in the form :
Note that attribute names are NOT case sensitive in the template source.
| Constructor Summary | |
|---|---|
TableGridPropertyManager()
|
|
| Method Summary | |
|---|---|
java.lang.Class[] |
getSupportedClasses()
called to get a list of supported classes |
protected int |
parseUnits(java.lang.Object value)
Parses the units within a string in the form num [ % | px | %px} and returns the units to use. |
void |
setProperty(Component comp,
java.lang.String name,
java.lang.Object value)
|
| Methods inherited from class echopoint.template.propertymgr.ComponentPropertyManager |
|---|
parseColor, parseFont, parseInt, setComponentProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableGridPropertyManager()
| Method Detail |
|---|
public java.lang.Class[] getSupportedClasses()
PropertyManager
getSupportedClasses in interface PropertyManagergetSupportedClasses in class ComponentPropertyManagerprotected int parseUnits(java.lang.Object value)
public void setProperty(Component comp,
java.lang.String name,
java.lang.Object value)
setProperty in class ComponentPropertyManagerComponentPropertyManager.setProperty(nextapp.echo.Component, java.lang.String, java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||