|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.managed.config.ListEntriesConfig
public class ListEntriesConfig
Representation of the runtime relevant contents of a JavaServer Faces
<list-entries> configuration element.
| Constructor Summary | |
|---|---|
ListEntriesConfig()
Creates a new instance of ListEntriesConfig. |
|
| Method Summary | |
|---|---|
void |
addEntry(ListEntryConfig entry)
Add a new entry to the entries for this list. |
java.util.List<ListEntryConfig> |
getEntries()
Return the entries for configuring this list. |
java.lang.String |
getValueType()
Getter for property type. |
void |
setValueType(java.lang.String valueType)
Setter for property type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListEntriesConfig()
| Method Detail |
|---|
public java.lang.String getValueType()
public void setValueType(java.lang.String valueType)
valueType - New value of property type.public void addEntry(ListEntryConfig entry)
Add a new entry to the entries for this list.
entry - Entry to be addedpublic java.util.List<ListEntryConfig> getEntries()
Return the entries for configuring this list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||