|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditableItem
Represents a Item whose attributes can be modified.
| Method Summary | |
|---|---|
void |
setDescription(java.lang.String description)
Sets the description of this EditableItem object to the
specified String argument. |
void |
setName(java.lang.String name)
Sets the name of this EditableItem object to the
specified String argument. |
void |
setTitle(java.lang.String title)
Sets the title of this EditableItem object to the
specified String argument. |
| Method Detail |
|---|
void setName(java.lang.String name)
EditableItem object to the
specified String argument.
Valid characters are a-z, A-Z, 0-9 and the special characters " $-_.+!*(),".
Note: This operation is not supported for PortalPage.
name - of the EditableItemvoid setTitle(java.lang.String title)
EditableItem object to the
specified String argument.
Unlike the name, any characters may be used in the title.
Note: This operation is not supported for PortalPage.
title - of the EditableItemvoid setDescription(java.lang.String description)
EditableItem object to the
specified String argument.
This method accepts a null argument, in which case the description will be cleared.
Note: This operation is not supported for PortalPage.
description - of the EditableItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||