|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifiableActiveFlag
An interface representing a modifiable active flag instance.
Method Summary | |
---|---|
boolean |
confirmSetActive(boolean flag)
Indicates if the active flag may be set to the specified value. |
boolean |
setActive(boolean flag)
Sets the active flag value. |
Methods inherited from interface com.ibm.portal.ActiveFlag |
---|
isActive |
Method Detail |
---|
boolean setActive(boolean flag) throws CannotModifyPropertyException
flag
- the new value of the flag
CannotModifyPropertyException
- in case the flag cannot be modifiedboolean confirmSetActive(boolean flag)
flag
- value for which to indicate if the active 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 |