|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWidget
Super interface to control the basic behavior of a widget contained
in a welcome page (IWelcomePage
).
Sub-interfaces are
ISingleColumnWidget
,
IMultiColumnWidget
and
IHtmlWidget
.
Method Summary | |
---|---|
java.lang.String |
getWidth()
Get the width of the widget in HTML notation (e.g. "100%" or "120px" ). |
void |
invalidate(boolean invalidated)
Invalidates this widget. |
boolean |
isInvalidated()
Indicates whether this widget is invalidated. |
void |
setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action. |
void |
setLocale(java.util.Locale locale)
Set locale for this welcome widget |
Method Detail |
---|
void invalidate(boolean invalidated)
boolean isInvalidated()
java.lang.String getWidth()
void setLocale(java.util.Locale locale)
void setActionContext(com.centrasite.control.ActionContext actionContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |