jeters.core
Class UIRequest_Output

java.lang.Object
  extended by jeters.core.UIRequest
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class jeters.core.UIRequest
UIRequest.Type
 
Field Summary
 
Fields inherited from class jeters.core.UIRequest
help, label, name
 
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.
 
Method Summary
 UIRequest.Type getType()
          returns the type of the request: Request_Output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 "".

Method Detail

getType

public UIRequest.Type getType()
returns the type of the request: Request_Output.

Specified by:
getType in class UIRequest