| Package | Description |
|---|---|
| org.dspace.app.xmlui.wing.element |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016 DuraSpace. All rights reserved.