|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModifiableBookmarkableFlag
An interface representing a modifiable bookmarkable flag instance.
| Method Summary | |
|---|---|
boolean |
confirmSetBookmarkable(boolean flag)
Indicates if the bookmarkable flag may be set to the specified value. |
boolean |
setBookmarkable(boolean flag)
Sets the bookmarkable flag value. |
| Methods inherited from interface com.ibm.portal.content.BookmarkableFlag |
|---|
isBookmarkable |
| Method Detail |
|---|
boolean setBookmarkable(boolean flag)
throws CannotModifyPropertyException
flag - the new value of the flag
CannotModifyPropertyException - in case the flag cannot be modifiedboolean confirmSetBookmarkable(boolean flag)
flag - the value for which to indicate if the flag may be set to
true in case the specified value may be set,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||