com.esri.adf.web.data.tasks
Interface TaskLayout

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbsoluteLayout, DefaultLayout, TabularLayout

public interface TaskLayout
extends java.io.Serializable

Defines an interface to lay out the components containted in the task.


Method Summary
 org.w3c.dom.Element generateXML(java.lang.Object task)
          Returns a XML Element node containing all necessary information to lay out the components of a task.
 java.lang.String getLayoutType()
          Returns the support layout type.
 

Method Detail

getLayoutType

java.lang.String getLayoutType()
Returns the support layout type.

Returns:
String a predefined layout string

generateXML

org.w3c.dom.Element generateXML(java.lang.Object task)
Returns a XML Element node containing all necessary information to lay out the components of a task.

Parameters:
task - Object a task object
Returns:
Element a Element object