|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WingInvalidArgument | |
|---|---|
| org.dspace.app.xmlui.wing.element | |
| Uses of WingInvalidArgument in org.dspace.app.xmlui.wing.element |
|---|
| Methods in org.dspace.app.xmlui.wing.element that throw WingInvalidArgument | |
|---|---|
protected void |
AbstractWingElement.greater(int parameter,
int greater,
String message)
Check to make sure that the parameter is GREATER THAN (note: not equal to) the given greater variable. |
protected void |
AbstractWingElement.lesser(int parameter,
int lesser,
String message)
Check to make sure that the parameter is LESS THAN (note: not equal to) the given lesser variable. |
protected void |
AbstractWingElement.require(Message parameter,
String message)
Check to make sure the parameter is not null or an empty string. |
protected void |
AbstractWingElement.require(String parameter,
String message)
Check to make sure the parameter is not null or an empty string. |
protected void |
AbstractWingElement.requireFalse(boolean test,
String message)
Check to make sure that the boolean test value is false. |
protected void |
AbstractWingElement.requireTrue(boolean test,
String message)
Check to make sure that the boolean test value is true. |
protected void |
AbstractWingElement.restrict(String parameter,
String[] options,
String message)
Check to make sure that the parameter is a member of one of the options. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||