JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.ui
UIAware
Contents
Description
Method Summary
Method Details
setUI(UI, Element)
Hide sidebar
Show sidebar
Interface UIAware
All Known Implementing Classes:
BSHAction
,
Dispose
,
Exit
,
Redirect
public interface
UIAware
Implemented by UI components that need access to the parent
UI
controller.
Since:
1.4.7
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setUI
(
UI
ui, org.jdom2.Element config)
Configures this UI-aware component.
Method Details
setUI
void
setUI
(
UI
ui, org.jdom2.Element config)
Configures this UI-aware component.
Parameters:
ui
- the UI context
config
- the XML configuration element