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

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbsoluteLayout, DefaultLayout, TabularLayout

public interface TaskLayout
extends Serializable

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


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

Method Detail

getLayoutType

String getLayoutType()
Returns the support layout type.

Returns:
String a predefined layout string

generateXML

Element generateXML(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