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

java.lang.Object
  extended by com.esri.adf.web.data.tasks.Position
      extended by com.esri.adf.web.data.tasks.AbsolutePosition
All Implemented Interfaces:
Serializable

public class AbsolutePosition
extends Position

Extends Position class to position the location of sub-components of task

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.adf.web.data.tasks.Position
_style, _styleClass
 
Constructor Summary
AbsolutePosition(int left, int top)
          Constructs a AbsolutePosition by top and left coordinates
AbsolutePosition(int left, int top, String style)
          Constructs a AbsolutePosition by top, left coordinates and style.
AbsolutePosition(String style)
          Constructs a AbsolutePosition by style.
 
Method Summary
 String getStyle()
          Returns the style string applied to the component
 
Methods inherited from class com.esri.adf.web.data.tasks.Position
getStyleClass, setStyle, setStyleClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsolutePosition

public AbsolutePosition(int left,
                        int top)
Constructs a AbsolutePosition by top and left coordinates

Parameters:
left - an integer
top - an integer

AbsolutePosition

public AbsolutePosition(int left,
                        int top,
                        String style)
Constructs a AbsolutePosition by top, left coordinates and style.

Parameters:
left - an integer
top - an integer

AbsolutePosition

public AbsolutePosition(String style)
Constructs a AbsolutePosition by style.

Parameters:
style - an style string
Method Detail

getStyle

public String getStyle()
Returns the style string applied to the component

Overrides:
getStyle in class Position
Returns:
a style string