|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tonbeller.wcf.catedit.CategorySupport
Created on 09.12.2002
Constructor Summary | |
CategorySupport(java.lang.String name,
java.lang.String icon)
Constructor for CategorySupport. |
Method Summary | |
void |
addItem(Item item)
adds an item to this category |
void |
changeOrder(java.util.List items)
changes the order of the items |
java.lang.String |
getIcon()
Returns the icon. |
java.util.List |
getItems()
Returns the items. |
java.lang.String |
getName()
Returns the name. |
boolean |
isEmptyAllowed()
Returns the emptyAllowed. |
boolean |
isOrderSignificant()
Returns the orderSignificant. |
void |
removeItem(Item item)
removes an item of this category |
void |
setEmptyAllowed(boolean emptyAllowed)
Sets the emptyAllowed. |
void |
setIcon(java.lang.String icon)
Sets the icon. |
void |
setItems(java.util.List items)
Sets the items. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOrderSignificant(boolean orderSignificant)
Sets the orderSignificant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategorySupport(java.lang.String name, java.lang.String icon)
Method Detail |
public java.lang.String getIcon()
getIcon
in interface Category
public java.util.List getItems()
getItems
in interface Category
public java.lang.String getName()
getName
in interface Category
public void setIcon(java.lang.String icon)
icon
- The icon to setpublic void setItems(java.util.List items)
items
- The items to setpublic void setName(java.lang.String name)
name
- The name to setpublic boolean isOrderSignificant()
isOrderSignificant
in interface Category
public void setOrderSignificant(boolean orderSignificant)
orderSignificant
- The orderSignificant to setpublic boolean isEmptyAllowed()
isEmptyAllowed
in interface Category
public void setEmptyAllowed(boolean emptyAllowed)
emptyAllowed
- The emptyAllowed to setpublic void addItem(Item item)
Category
addItem
in interface Category
Category.addItem(Item)
public void changeOrder(java.util.List items)
Category
changeOrder
in interface Category
Category.changeOrder(List)
public void removeItem(Item item)
Category
removeItem
in interface Category
Category.removeItem(Item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |