Method Summary |
|
protected ConcreteElement | build(RunData data) Subclasses can override this method to add additional
functionality. |
abstract protected ConcreteElement | doBuild(RunData data) A subclass must override this method to build itself. |
public String | getLayout(RunData data) If the Layout has not been defined by the Screen then set the
layout to be "DefaultLayout". |
public static String | prepareText(String s) This function can/should be used in any screen that will output
User entered text. |
public static String | prepareTextMinimum(String s) This function can/should be used in any screen that will output
User entered text. |
public void | setLayout(RunData data, String layout) Set the layout for a Screen. |