|
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.WidgetLayoutDescriptor
public class WidgetLayoutDescriptor
A simple bean class to store installed WidgetLayout information.
| Constructor Summary | |
|---|---|
WidgetLayoutDescriptor(long internalID,
String className,
boolean disabled)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getClassName()
Returns the classname of the widget layout |
long |
getInternalID()
Returns the internal id of the widget layout |
int |
hashCode()
|
boolean |
isDisabled()
Returns true if this widget layout has been disabled, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetLayoutDescriptor(long internalID,
String className,
boolean disabled)
| Method Detail |
|---|
public long getInternalID()
public String getClassName()
public boolean isDisabled()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||