|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Simple interface for storing properties tied to Fragments in a page description
| Method Summary | |
Object |
clone()
Create a clone of this object |
int |
getIntValue()
getIntValue |
String |
getLayout()
Return the name of the layout element concerned by this property. |
String |
getName()
Returns the name of the property |
String |
getValue()
Return the value of the property encoded as a String |
void |
setLayout(String layoutName)
Sets the name of the layout concerned by this property |
void |
setName(String name)
Sets the name of this property |
void |
setValue(String value)
Sets the value of the property |
| Method Detail |
public String getLayout()
public void setLayout(String layoutName)
layoutName - the name of a layout as defined in the
layout component repositorypublic String getName()
public void setName(String name)
name - the property namepublic String getValue()
public int getIntValue()
getIntValue
intpublic void setValue(String value)
value - the value of the property
public Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||