com.ibm.mashups.enabler.layout
Interface LayoutControl

All Superinterfaces:
Identifiable, LayoutNode, Localized, MetaData, ModifiableLocalized, ModifiableMetaData, RuntimeContentProvider, com.ibm.mashups.enabler.Transformable

public LayoutControl
extends LayoutNode, ModifiableLocalized, RuntimeContentProvider

Interface for a control. A control holds a widget by referencing its instance.

Since:
2.4

Method Summary
 Identifiable getSkin()
           Returns the skin used by this control.
 void setSkin(Identifiable id)
           Sets the skin to be used by this control.
 unknown getWidgetBody()
           Returns the widget body markup (w/o Skin)
 
Methods inherited from interface com.ibm.mashups.enabler.layout.LayoutNode
getLayoutNodeType
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableMetaData
setMetaData, confirmSetMetaData, removeMetaData, confirmRemoveMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.MetaData
getMetaDataNames, getMetaData
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableLocalized
setTitle, confirmSetTitle, removeTitle, confirmRemoveTitle, removeTitles, confirmRemoveTitles, setDescription, confirmSetDescription, removeDescription, confirmRemoveDescription, removeDescriptions, confirmRemoveDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.Localized
getLocales, getTitle, getTitles, getDescription, getDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.content.RuntimeContentProvider
getRuntimeContent
 

Method Detail

getSkin

Identifiable getSkin()
Returns the skin used by this control.

Returns:
id of the skin, or null if no skin is defined for this control.

setSkin

void setSkin(Identifiable id)
Sets the skin to be used by this control.

Parameters:
id - id of the skin to set

getWidgetBody

unknown getWidgetBody()
Returns the widget body markup (w/o Skin)

Since:
3.0


Copyright IBM Corp. 2010 All Rights Reserved.