abstract
Object
|
getProperty(String key)
|
abstract
void
|
initializeCart()
InitializeCart, for initializing all Cart properties to default values.
|
abstract
void
|
renderActionImage(MarkupOutput out, String[] jsFunction, String name, String imageClass, String title)
Dsiplays an image that the user will be enabled to click on and submit a request.
|
abstract
void
|
renderAdd(MarkupOutput out)
Displays add HTML image arrow button.
|
abstract
void
|
renderAddAll(MarkupOutput out)
Displays add all HTML image arrow button.
|
abstract
void
|
renderAvailable(MarkupOutput out, Enumeration items)
This function will display available list of units for a given prompt question.
|
abstract
void
|
renderAvailable(MarkupOutput out, CartElements items)
This function will display available list of units defined in CartElements collection.
|
abstract
void
|
renderCart(MarkupOutput out, CartElements availableItems, CartElements selectedItems)
Function that abstracts standard Cart output.
|
abstract
void
|
renderCart(MarkupOutput out, Enumeration availableItems, Enumeration selectedItems)
Function that abstracts standard Cart output.
|
abstract
void
|
renderDown(MarkupOutput out)
Displays move down HTML image arrow button.
|
abstract
void
|
renderIncrementalFetch(MarkupOutput out)
Function that renders incremental fetch abstraction.
|
abstract
void
|
renderLabel(MarkupOutput out, String labelName, String forValue)
Function for displaying HTML labels.
|
abstract
void
|
renderLabel(MarkupOutput out, String labelName)
Function for displaying HTML labels.
|
abstract
void
|
renderMatchCase(MarkupOutput out)
Function that outputs AND / OR match output HTML radio button.
|
abstract
void
|
renderRemove(MarkupOutput out)
Displays remove HTML image arrow button.
|
abstract
void
|
renderRemoveAll(MarkupOutput out)
Displays remove all HTML image arrow button.
|
abstract
void
|
renderSearch(MarkupOutput out)
Function that renders search HTML output.
|
abstract
void
|
renderSearchButton(MarkupOutput out)
Function called by renderSeach function.
|
abstract
void
|
renderSearchField(MarkupOutput out)
Function called by renderSearch function.
|
abstract
void
|
renderSelected(MarkupOutput out, CartElements items)
This function will display selected list of units defined in CartElements collection.
|
abstract
void
|
renderSelected(MarkupOutput out, Enumeration items)
This function will display selected list of units for a given prompt question.
|
abstract
void
|
renderUp(MarkupOutput out)
Displays move up HTML image arrow button.
|
abstract
void
|
setEnabled(boolean flag)
Function for enabling or disabling the interaction scripts on the
cart rendering.
|
abstract
void
|
setHideWaitPageFlag(boolean flag)
Function for making sure javascript code for hiding wait page
is appended to add/remove image buttons
|
abstract
void
|
setProperty(String key, Object obj)
|