|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonalizationItem
This interface defines the common contract of both personalization expressions and models. The personalization expression and model interfaces extends this interface.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the item by which it is identified in the user interface. |
PersonalizationCategory |
getPersonalizationCategory()
Returns the personalization category the item is assigned to. |
boolean |
isAvailable()
Returns true if the item is available, false otherwise. |
boolean |
isShownByLinks()
Returns true if links to the object personalized by the item may still be shown, even
though the object itself is hidden by the item. |
boolean |
isValid()
Returns true if the item consists of valid XPATH or XSL, false otherwise. |
void |
setAvailable(boolean isAvailable)
Sets whether the personalization item should be available or not. |
void |
setName(java.lang.String name)
Sets the name of a personalization item. |
void |
setPersonalizationCategory(PersonalizationCategory category)
Sets the personalization category to which the personalization item should belong. |
void |
setShownByLinks(boolean isShownByLinks)
Sets whether the personalization item should show or hide links to the personalized object. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getName()
boolean isAvailable()
true if the item is available, false otherwise.
true if the item is available, false otherwise.boolean isShownByLinks()
true if links to the object personalized by the item may still be shown, even
though the object itself is hidden by the item.
true if links to the object personalized by the item may still be shown, even
though the object itself is hidden by the item.boolean isValid()
true if the item consists of valid XPATH or XSL, false otherwise.
true if the item consists of valid XPATH or XSL, false otherwise.PersonalizationCategory getPersonalizationCategory()
null if the item is not in any
category.void setName(java.lang.String name)
name - The new name for the personalization item. If null an illegal argument
exception is thrown.void setAvailable(boolean isAvailable)
isAvailable - Set to true to make the personalization item available, else
false.void setShownByLinks(boolean isShownByLinks)
isShownByLinks - Set to true to make links to the personalized object visible,
false to hide them.void setPersonalizationCategory(PersonalizationCategory category)
category - Categorize this item in this category. If category is null then the item
is not categorized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||