|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.alphadisplaytag.alphalist.AlphabeticSubList
Helper utility class that slice and dice a List alphabetically into 37 sublist. Helper class for AlphabeticList class. An object representing the alphabetic list.
| Constructor Summary | |
AlphabeticSubList(char listBeginingCharacter,
boolean isSelected)
Creates a new list page with the specified list begining character. |
|
| Method Summary | |
char |
getBeginingCharacter()
Returns the page list begining character. |
java.util.List |
getList()
Get this alphabetic list. |
int |
getListSize()
Get the list size of the list for this character |
boolean |
getSelected()
Is the page selected? |
boolean |
isEmpty()
Is the list empty. |
void |
setList(java.util.List tlist)
Set the the list, List, with alphabetical entries. |
void |
setListSize(int lsize)
Set the list size of the list for this character |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AlphabeticSubList(char listBeginingCharacter,
boolean isSelected)
listBeginingCharacter - The alphabetic character the list begins with.isSelected - Is the page selected.| Method Detail |
public char getBeginingCharacter()
public boolean getSelected()
public int getListSize()
public void setListSize(int lsize)
lsize - The listSize of the list for this characterpublic java.util.List getList()
public void setList(java.util.List tlist)
tlist - The list for entries starting with an A, B, C, or Zpublic boolean isEmpty()
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business.
Some of my design is inspired by the original display tag <display:*> code.
Please go to http://displaytag.sourceforge.net/ for details
on the <display:*> tag.
Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/