|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
public class PromptModifiers
See Qwicap.prompt() for an explanation, and examples, of the use of this class.
| Method Summary | |
|---|---|
PromptModifiers |
modally()
Instructs Qwicap to prompt in a modal manner. |
PromptModifiers |
modelessly()
Instructs Qwicap to prompt in a modeless manner. |
PromptModifiers |
rejectingWithFormData()
Instructs Qwicap to embed the form control values submitted by the user into the relevant page when any of the Qwicap.rejectInput methods are invoked. |
PromptModifiers |
rejectingWithoutFormData()
Instructs Qwicap not to embed the form control values submitted by the user into the relevant page when any of the Qwicap.rejectInput methods are invoked. |
String |
toString()
|
Qwicap |
usingPage(MutableMarkup XHTMLPage)
Prompts the user with the specified page, in a manner consistent with the previously specified modifiers. |
PromptModifiers |
withFormData()
Instructs Qwicap to embed the form control values submitted by the user into the relevant page before it is sent to the client. |
PromptModifiers |
withoutFormData()
Instructs Qwicap not to embed the form control values submitted by the user into the relevant page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public PromptModifiers modally()
PromptModifiers instance.modelessly()public PromptModifiers modelessly()
PromptModifiers instance.modally()public PromptModifiers withFormData()
PromptModifiers instance.withoutFormData()public PromptModifiers withoutFormData()
PromptModifiers instance.withFormData()public PromptModifiers rejectingWithFormData()
Qwicap.rejectInput methods are invoked. If withoutFormData() has been invoked, this
embedding is temporary, and the page is restored to its original state when rejectInput is complete.
This is the default setting, so you never have to invoke it. It is only included for clarity.
PromptModifiers instance.rejectingWithoutFormData()public PromptModifiers rejectingWithoutFormData()
Qwicap.rejectInput methods are invoked. Note that this setting is relevant even when
withoutFormData() has been invoked.
PromptModifiers instance.rejectingWithFormData()
public Qwicap usingPage(MutableMarkup XHTMLPage)
throws QwicapException
XHTMLPage - XHTML page to be sent to the user.
Qwicap object, just in case it's convenient.
QwicapException - If anything goes wrong, or if the page is abandoned.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||