|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.examples.forminput.FormInputModel
public final class FormInputModel
Simple model object for FormInput example. Has a number of simple properties that can be retrieved and set.
Nested Class Summary | |
---|---|
class |
FormInputModel.Line
Represents a line of text. |
Constructor Summary | |
---|---|
FormInputModel()
Construct. |
Method Summary | |
---|---|
Boolean |
getBooleanProperty()
Gets the booleanProperty. |
Double |
getDoubleProperty()
Gets doubleProperty. |
Integer |
getIntegerInRangeProperty()
Gets integerInRangeProperty. |
Integer |
getIntegerProperty()
Gets integerProperty. |
List<FormInputModel.Line> |
getLines()
Gets lines. |
Integer |
getMultiply()
|
String |
getNumberRadioChoice()
Gets the favoriteColor. |
List<String> |
getNumbersCheckGroup()
|
String |
getNumbersGroup()
|
UsPhoneNumber |
getPhoneNumberUS()
|
Set<String> |
getSiteSelection()
Gets the selectedSites. |
String |
getStringProperty()
Gets stringProperty. |
URL |
getUrlProperty()
Gets the urlProperty. |
void |
setBooleanProperty(Boolean booleanProperty)
Sets the booleanProperty. |
void |
setDoubleProperty(Double doubleProperty)
Sets doubleProperty. |
void |
setIntegerInRangeProperty(Integer integerInRangeProperty)
Sets integerInRangeProperty. |
void |
setIntegerProperty(Integer integerProperty)
Sets integerProperty. |
void |
setLines(List<FormInputModel.Line> lines)
Sets lines. |
void |
setMultiply(Integer multiply)
|
void |
setNumberRadioChoice(String favoriteColor)
Sets the favoriteColor. |
void |
setNumbersGroup(String group)
Sets the number. |
void |
setPhoneNumberUS(UsPhoneNumber phoneNumberUS)
|
void |
setSiteSelection(Set<String> selectedSites)
Sets the selectedSites. |
void |
setStringProperty(String stringProperty)
Sets stringProperty. |
void |
setUrlProperty(URL urlProperty)
Sets the urlProperty. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormInputModel()
Method Detail |
---|
public Boolean getBooleanProperty()
public Double getDoubleProperty()
public Integer getIntegerInRangeProperty()
public Integer getIntegerProperty()
public List<FormInputModel.Line> getLines()
public Integer getMultiply()
public String getNumberRadioChoice()
public List<String> getNumbersCheckGroup()
public String getNumbersGroup()
public UsPhoneNumber getPhoneNumberUS()
public Set<String> getSiteSelection()
public String getStringProperty()
public URL getUrlProperty()
public void setBooleanProperty(Boolean booleanProperty)
booleanProperty
- booleanPropertypublic void setDoubleProperty(Double doubleProperty)
doubleProperty
- doublePropertypublic void setIntegerInRangeProperty(Integer integerInRangeProperty)
integerInRangeProperty
- integerInRangePropertypublic void setIntegerProperty(Integer integerProperty)
integerProperty
- integerPropertypublic void setLines(List<FormInputModel.Line> lines)
lines
- linespublic void setMultiply(Integer multiply)
multiply
- the multiply to setpublic void setNumberRadioChoice(String favoriteColor)
favoriteColor
- favoriteColorpublic void setNumbersGroup(String group)
group
- numberpublic void setPhoneNumberUS(UsPhoneNumber phoneNumberUS)
phoneNumberUS
- the phoneNumberUS to setpublic void setSiteSelection(Set<String> selectedSites)
selectedSites
- selectedSitespublic void setStringProperty(String stringProperty)
stringProperty
- stringPropertypublic void setUrlProperty(URL urlProperty)
urlProperty
- urlPropertypublic String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |