|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.formview.displayer.Attribute
public class Attribute
Description : Attribute loaded with displayers-config.xml XML file. This class describe attribute of HTML element (eg : maxlength="50" into input HTML).
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get Name of Attribute (eg : name=maxlength for maxlength="50"). |
java.lang.String |
getValue()
Get Value of Attribute (eg : value=50 for maxlength="50"). |
void |
setName(java.lang.String name)
Set Name of Attribute (eg : name=maxlength for maxlength="50"). |
void |
setValue(java.lang.String value)
Set Value of Attribute (eg : value=50 for maxlength="50"). |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - of Attributepublic java.lang.String getValue()
public void setValue(java.lang.String value)
name - of Attributepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||