|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjeters.core.UIRequest
public abstract class UIRequest
a class for passing requests to the user interface, so the user can make decisions, change settings etc. It is abstract, the subclasses will be used for the requests.
Nested Class Summary | |
---|---|
static class |
UIRequest.Type
enumeration of possible request types. |
Field Summary | |
---|---|
java.lang.String |
help
text meant to explain the user in detail what effects his choice will have. |
java.lang.String |
label
text meant to be shown to the user, indicating the meaning of the request. |
java.lang.String |
name
a name identifying the request, will be the string id in the resulting NamedDataSet ;
if null, this UIRequest is output-only. |
Method Summary | |
---|---|
abstract UIRequest.Type |
getType()
returns the type of the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
NamedDataSet
;
if null, this UIRequest is output-only.
public java.lang.String label
public java.lang.String help
Method Detail |
---|
public abstract UIRequest.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |