|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.widget.WidgetFrame
public class WidgetFrame
| Constructor Summary | |
|---|---|
WidgetFrame()
|
|
| Method Summary | |
|---|---|
int |
getContainerID()
Gets the id of the container |
long |
getID()
Gets the id of the WidgetFrame |
int |
getIndex()
Gets the index of this WidgetFrame in the specified container, the index
is zero based. |
JiveObject |
getParentObject()
Gets the parent JiveObject of this frame |
String |
getValidationMessage()
Returns a possible validation message or null if there is none |
Widget |
getWidget()
Gets the Widget for this frame |
boolean |
isValidatable()
Let's the templates know if they can check for validation messages that might need to be displayed. |
void |
setContainerID(int containerID)
Sets the id of the container. |
void |
setID(long ID)
Sets the id of the WidgetFrame |
void |
setIndex(int index)
Sets the index of this WidgetFrame in the specified container, the index
is zero based. |
void |
setParentObject(JiveObject parentObject)
Sets the parent JiveObject of this frame |
void |
setWidget(Widget widget)
Sets the Widget for this frame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetFrame()
| Method Detail |
|---|
public long getID()
WidgetFrame
WidgetFramepublic void setID(long ID)
WidgetFrame
ID - the id of the WidgetFramepublic Widget getWidget()
Widget for this frame
Widget for this framepublic void setWidget(Widget widget)
Widget for this frame
widget - the Widget for this framepublic JiveObject getParentObject()
JiveObject of this frame
JiveObject of this framepublic void setParentObject(JiveObject parentObject)
JiveObject of this frame
parentObject - the parent JiveObject of this framepublic int getContainerID()
public void setContainerID(int containerID)
containerID - the id of the containerpublic int getIndex()
WidgetFrame in the specified container, the index
is zero based.
WidgetFrame in the specified container.public void setIndex(int index)
WidgetFrame in the specified container, the index
is zero based.
index - the index of this WidgetFrame in the specified container.public boolean isValidatable()
public String getValidationMessage()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||