Method Summary |
|
public void | addInputComponent(WmlFormComponent wfc) |
public void | doBinding() Does the binding for the component. |
public void | generateHTML(TagWriter t, String card, int rowNo) Generates the Html for the component. |
public String | getBackwardDatasource() |
public DataStoreEvaluator | getBackwardHrefExpression() This method gets the DataStoreEvaluator being used for Backward Href expressions. |
public String | getClassName() |
public String | getForwardDatasource() |
public DataStoreEvaluator | getForwardHrefExpression() This method gets the DataStoreEvaluator being used for Forward Href expressions. |
public WmlFormComponent[] | getInputComponents() |
public String | getOnEnterBackwardHref() This method gets the Backward Href. |
public String | getOnEnterForwardHref() This method gets the Forward Href. |
public String | getOnTimerHref() This method gets the Timer Href. |
public String | getTimerDatasource() |
public DataStoreEvaluator | getTimerHrefExpression() This method gets the DataStoreEvaluator being used for Timer Href expressions. |
public String | getTitle() |
public boolean | isNewContext() This method gets the value of newcontext attribute. |
public boolean | isOrdered() This method gets the value of ordered attribute. |
public void | setBackwardDatasource(String _backwardDatasource) |
public void | setBackwardHrefExpression(DataStoreBuffer ds, DataStoreExpression expression) This method sets a datastore expression that will be used to compute the Backward Href for the link. |
public void | setBackwardHrefExpression(DataStoreBuffer ds, String expression) This method sets a datastore expression that will be used to compute the Backward Href for the link. |
public void | setClassName(String className) This method sets the class attribute for the card. |
public void | setForwardDatasource(String _forwardDatasource) |
public void | setForwardHrefExpression(DataStoreBuffer ds, DataStoreExpression expression) This method sets a datastore expression that will be used to compute the Forward Href for the card. |
public void | setForwardHrefExpression(DataStoreBuffer ds, String expression) This method sets a datastore expression that will be used to compute the Forward Href for the card. |
public void | setNewContext(boolean _newcontext) This method sets the value of newcontext attribute. |
public void | setOnEnterBackwardHref(String _onenterbackward) This method sets the Backward Href. |
public void | setOnEnterForwardHref(String _onenterforward) This method sets the Forward Href. |
public void | setOnTimerHref(String _ontimer) This method sets the Timer Href. |
public void | setOrdered(boolean _ordered) This method sets the value of ordered attribute. |
public void | setTimerDatasource(String _timerDatasource) |
public void | setTimerHrefExpression(DataStoreBuffer ds, DataStoreExpression expression) This method sets a datastore expression that will be used to compute the Timer Href for the link. |
public void | setTimerHrefExpression(DataStoreBuffer ds, String expression) This method sets a datastore expression that will be used to compute the Timer Href for the link. |
public void | setTitle(String title) Sets the title of the card. |