jeters.core
Class UIRequest_Output
java.lang.Object
jeters.core.UIRequest
jeters.core.UIRequest_Output
public class UIRequest_Output
- extends UIRequest
this subclass of UIRequest
does not lead to a result being included
in the NamedDataSet returned by UI.request, it only causes the label-String to be printed.
Constructor Summary |
UIRequest_Output(java.lang.String label)
constructor setting name and help to "". |
UIRequest_Output(java.lang.String name,
java.lang.String label,
java.lang.String help)
simple "this.xyz = xyz"-constructor; usually not necessary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIRequest_Output
public UIRequest_Output(java.lang.String name,
java.lang.String label,
java.lang.String help)
- simple "this.xyz = xyz"-constructor; usually not necessary.
Using the other constructor is more convenient.
UIRequest_Output
public UIRequest_Output(java.lang.String label)
- constructor setting name and help to "".
getType
public UIRequest.Type getType()
- returns the type of the request: Request_Output.
- Specified by:
getType
in class UIRequest