|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.tasks.Position
public abstract class Position
An abstract class used to specify the position infomation of each component in a task.
| Field Summary | |
|---|---|
protected java.lang.String |
_style
|
protected java.lang.String |
_styleClass
|
| Constructor Summary | |
|---|---|
Position()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getStyle()
Returns the style String |
java.lang.String |
getStyleClass()
Returns the style class string |
void |
setStyle(java.lang.String style)
Sets the style string |
void |
setStyleClass(java.lang.String styleClass)
Sets the style class string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String _style
protected java.lang.String _styleClass
| Constructor Detail |
|---|
public Position()
| Method Detail |
|---|
public void setStyle(java.lang.String style)
style - - a style Stringpublic java.lang.String getStyle()
public void setStyleClass(java.lang.String styleClass)
styleClass - - a style class stringpublic java.lang.String getStyleClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||