|
CLRA 0.1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Declares JSP attributes and bean properties for alphabetized lists of stuff. Views that implement this interface may be controlled via components such as NameSelector.
For Java Server Pages, this interface declares three attributes that should be set and accessed within the scope of a request or session:
The Integer value specified by group refers to predefined groups:
Field Summary | |
static String |
AN_COMPARATOR
Names an attribute within the scope of an HTTP request or session that holds a bean which implements java.util.Comparator. |
static String |
AN_GROUP
Names an attribute within the scope of an HTTP request or session whose char[] value indicates the letters that with which a item name should begin within a restricted list. |
static String |
AN_ISRESTRICTED
Names an attribute within the scope of an HTTP request or session whose Boolean value indicates whether a list should be restricted to events that are scheduled to start within a particular month and year. |
Method Summary | |
ISerializableComparator |
getComparator()
Returns the sort-order that an iterator will use. |
Integer |
getGroup()
Returns the group of letters to which an iteration is restricted (if it is restricted). |
Iterator |
getIterator()
Returns an iterator over a collection of INamed beans. |
Boolean |
getRestricted()
Returns a flag that indicates whether an iterator will be restricted to events that are scheduled to start within a particular month and year. |
void |
setComparator(ISerializableComparator comparator)
Sets the sort-order that an iterator will use. |
void |
setGroup(Integer group)
Sets the group to which an iteration is restricted (if it is restricted). |
void |
setRestricted(Boolean restricted)
Sets whether an iterator will be restricted to events that start within a particular month and year. |
Field Detail |
public static final String AN_ISRESTRICTED
public static final String AN_GROUP
public static final String AN_COMPARATOR
Method Detail |
public Iterator getIterator() throws WebException
public Boolean getRestricted()
public void setRestricted(Boolean restricted)
public Integer getGroup()
public void setGroup(Integer group)
public ISerializableComparator getComparator()
public void setComparator(ISerializableComparator comparator)
|
CLRA 0.1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |