|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.AbstractDisplayElement
public abstract class AbstractDisplayElement
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.IDisplayElement |
|---|
TYPE_PARAMETER, TYPE_PROFILE, TYPE_READER |
| Constructor Summary | |
|---|---|
protected |
AbstractDisplayElement(java.lang.String name,
java.lang.Object paramObj,
int type)
Constructs an instance of this class from the specified name, param obj and type parameters. |
| Method Summary | |
|---|---|
void |
addComment(java.lang.String comment)
Add comment with the specified comment parameter. |
void |
addCommentTitle(java.lang.String commentTitle)
Add comment title with the specified comment title parameter. |
void |
clearComment()
Clear comment. |
protected static java.lang.String |
getButton(java.lang.String name,
int actionId,
java.lang.String path)
Get button with the specified name, action id and path parameters and return the String result. |
java.lang.String |
getComment()
Gets the comment (String) value. |
protected static java.lang.String |
getJavaScriptFunction()
Gets the java script function (String) value. |
java.lang.String |
getName()
Gets the name (String) value. |
java.lang.Object |
getParamObj()
Gets the param obj (Object) value. |
int |
getType()
Gets the type (int) value. |
void |
setName(java.lang.String name)
Sets the name value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display.IDisplayElement |
|---|
getHtml |
| Constructor Detail |
|---|
protected AbstractDisplayElement(java.lang.String name,
java.lang.Object paramObj,
int type)
name - The name (String) parameter.paramObj - The param obj (Object) parameter.type - The type (int) parameter.| Method Detail |
|---|
protected static java.lang.String getButton(java.lang.String name,
int actionId,
java.lang.String path)
name - The name (String) parameter.actionId - The action ID (int) parameter.path - The path (String) parameter.
String) value.protected static java.lang.String getJavaScriptFunction()
String) value.public void addComment(java.lang.String comment)
addComment in interface IDisplayElementcomment - The comment (String) parameter.clearComment(),
getComment()public void addCommentTitle(java.lang.String commentTitle)
addCommentTitle in interface IDisplayElementcommentTitle - The comment title (String) parameter.public void clearComment()
clearComment in interface IDisplayElementaddComment(String),
getComment()public java.lang.String getComment()
getComment in interface IDisplayElementString) value.addComment(String),
clearComment()public java.lang.String getName()
getName in interface IDisplayElementString) value.setName(String)public java.lang.Object getParamObj()
Object) value.public int getType()
getType in interface IDisplayElementint) value.public void setName(java.lang.String name)
name - The name (String) parameter.getName()
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||