|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of read-only node the model exposesM
- the type of modifiable node the model exposespublic interface ModifiableTheme
A controller interface for the Theme
interface.
Method Summary | |
---|---|
ObjectID |
setDefaultSkinObjectID(ObjectID skinObjectID)
Sets the given ObjectID as the default skin for this
(modifiable) theme. |
Methods inherited from interface com.ibm.portal.admin.Theme |
---|
getDefaultSkinObjectID |
Methods inherited from interface com.ibm.portal.admin.ModifiableDecoration |
---|
confirmSetDefault, confirmSetDefaultLocale, setDefault, setDefaultLocale |
Methods inherited from interface com.ibm.portal.admin.Decoration |
---|
getContextRoot, getDefaultLocale, getResourceRoot, isActive, isDefault, isSystem |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Methods inherited from interface com.ibm.portal.ModifiableIdentifiable |
---|
getModifiableObjectID |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Methods inherited from interface com.ibm.portal.ModifiableActiveFlag |
---|
confirmSetActive, setActive |
Methods inherited from interface com.ibm.portal.admin.ModifiableMarkupCapable |
---|
addMarkup, addMarkups, confirmAddMarkup, confirmAddMarkups, confirmRemoveMarkup, confirmRemoveMarkups, removeMarkup, removeMarkups |
Methods inherited from interface com.ibm.portal.admin.MarkupCapable |
---|
getMarkups, supportsMarkup, supportsMarkup |
Method Detail |
---|
ObjectID setDefaultSkinObjectID(ObjectID skinObjectID) throws CannotModifyPropertyException, ModelException
ObjectID
as the default skin for this
(modifiable) theme.
skinObjectID
- An ObjectID
of a skin that is to act
as the default skin of this theme.
null
if none
was defined.
CannotModifyPropertyException
- if the skin ObjectID
cannot be set as the new default
ModelException
- if an error occured while accessing model
information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |