|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifiableRenderAspect
An interface representing modifiable render aspects.
Method Summary | |
---|---|
boolean |
confirmSetSkin(Skin skin)
Indicates if the skin of the render aspect may be set. |
boolean |
confirmSetTemplateName(java.lang.String templateName)
Indicates if the template name of the render aspect may be set. |
Skin |
setSkin(Skin skin)
Sets the skin of the render aspect. |
java.lang.String |
setTemplateName(java.lang.String templateName)
Sets the template name of the render aspect. |
Methods inherited from interface com.ibm.portal.content.RenderAspect |
---|
getSkin, getTemplateName |
Methods inherited from interface com.ibm.portal.ModifiableIdentifiable |
---|
getModifiableObjectID |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Method Detail |
---|
Skin setSkin(Skin skin) throws CannotModifyPropertyException
skin
- the new skin for the render aspect.
if a skin should be deleted specify null
.
null
is returned
CannotModifyPropertyException
- in case the template name cannot be setjava.lang.String setTemplateName(java.lang.String templateName) throws CannotModifyPropertyException
templateName
- the name of the template, such as "Control" or
"UnlayeredContainer", must not be null
null
is
returned
CannotModifyPropertyException
- in case the template name cannot be setboolean confirmSetSkin(Skin skin) throws CannotModifyPropertyException
skin
- skin of render aspect for which to indicate if it may be set,
may be null
true
in case the specified skin may be set,
false
otherwise
CannotModifyPropertyException
boolean confirmSetTemplateName(java.lang.String templateName) throws CannotModifyPropertyException
templateName
- template name, such as "Control" or "UnlayeredContainer", for
which to indicate if it may be set, must not be
null
true
in case the specified template may be set,
false
otherwise
CannotModifyPropertyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |