public class UIContextBase extends Object implements UIContext
UIContext.| Constructor and Description |
|---|
UIContextBase() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object key)
|
<T> UISelection<T> |
getInitialSelection()
Get the user's initial selection.
|
Object |
removeAttribute(Object key)
|
void |
setAttribute(Object key,
Object value)
|
public <T> UISelection<T> getInitialSelection()
UIContextgetInitialSelection in interface UIContextpublic Object getAttribute(Object key)
UIContextgetAttribute in interface UIContextnull if no value was set.public Object removeAttribute(Object key)
UIContextremoveAttribute in interface UIContextnull if no value was set.public void setAttribute(Object key, Object value)
UIContextsetAttribute in interface UIContextCopyright © 2013 JBoss by Red Hat. All Rights Reserved.