com.esri.adf.web.data.tasks
Class Position

java.lang.Object
  extended by com.esri.adf.web.data.tasks.Position
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbsolutePosition, TabularPosition

public abstract class Position
extends Object
implements Serializable

An abstract class used to specify the position infomation of each component in a task.

See Also:
Serialized Form

Field Summary
protected  String _style
           
protected  String _styleClass
           
 
Constructor Summary
Position()
           
 
Method Summary
 String getStyle()
          Returns the style String
 String getStyleClass()
          Returns the style class string
 void setStyle(String style)
          Sets the style string
 void setStyleClass(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

_style

protected String _style

_styleClass

protected String _styleClass
Constructor Detail

Position

public Position()
Method Detail

setStyle

public void setStyle(String style)
Sets the style string

Parameters:
style - - a style String

getStyle

public String getStyle()
Returns the style String

Returns:
a style String

setStyleClass

public void setStyleClass(String styleClass)
Sets the style class string

Parameters:
styleClass - - a style class string

getStyleClass

public String getStyleClass()
Returns the style class string

Returns:
a style class string