| |||||||||
| 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 | com.ibm.portal.admin.Skin)">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 | com.ibm.portal.admin.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.Identifiable |
|---|
| getObjectID |
| 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
null.
null is returned
java.lang.String setTemplateName(java.lang.String templateName)
throws CannotModifyPropertyException
null
null is
returned
boolean confirmSetSkin(Skin skin)
throws CannotModifyPropertyException
null
true in case the specified skin may be set,
false otherwise
boolean confirmSetTemplateName(java.lang.String templateName)
throws CannotModifyPropertyException
null
true in case the specified template may be set,
false otherwise
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||