|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.ajax.builtin.tree.ModelBean
public class ModelBean
Bean that is set to every node of tree as user object. This bean has properties that are used to hold values for the cells.
| Constructor Summary | |
|---|---|
ModelBean(String s)
Creates the bean. |
|
| Method Summary | |
|---|---|
String |
getProperty1()
Returns the first property. |
String |
getProperty2()
Returns the second property. |
String |
getProperty3()
Returns the value of third property. |
String |
getProperty4()
Returns the value of fourth property |
String |
getProperty5()
Returns the value of fifth property |
String |
getProperty6()
Returns the value of sixth property. |
void |
setProperty1(String property1)
Sets the value of first property. |
void |
setProperty2(String property2)
Sets the value of second property |
void |
setProperty3(String property3)
Sets the value of third property |
void |
setProperty4(String property4)
Sets the value of fourth property |
void |
setProperty5(String property5)
Sets the value of fifth property |
void |
setProperty6(String property6)
Sets the value of sixth property |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModelBean(String s)
s - String that will be suffix of each property.| Method Detail |
|---|
public String getProperty1()
public void setProperty1(String property1)
property1 - Mew valuepublic String getProperty2()
public void setProperty2(String property2)
property2 - New valuepublic String getProperty3()
public void setProperty3(String property3)
property3 - New valuepublic String getProperty4()
public void setProperty4(String property4)
property4 - New valuepublic String getProperty5()
public void setProperty5(String property5)
property5 - New valuepublic String getProperty6()
public void setProperty6(String property6)
property6 - New valuepublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||