|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputFocusGroupComponent
An input focusable Guise component that serves as a parent of other components that can receive input focus.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.guiseframework.component.Component |
|---|
Component.FlyoverStrategy<S extends Component> |
| Field Summary | |
|---|---|
static java.lang.String |
INPUT_FOCUS_STRATEGY_PROPERTY
The input focus strategy bound property. |
static java.lang.String |
INPUT_FOCUSED_COMPONENT_PROPERTY
The input focused component bound property. |
| Fields inherited from interface com.guiseframework.component.Component |
|---|
BOOKMARK_ENABLED_PROPERTY, CONSTRAINTS_PROPERTY, DRAG_ENABLED_PROPERTY, DROP_ENABLED_PROPERTY, FLYOVER_ENABLED_PROPERTY, FLYOVER_STRATEGY_PROPERTY, INPUT_STRATEGY_PROPERTY, NAME_PROPERTY, NOTIFICATION_PROPERTY, ORIENTATION_PROPERTY, THEME_APPLIED_PROPERTY, VALID_PROPERTY |
| Fields inherited from interface com.guiseframework.model.Displayable |
|---|
DISPLAYED_PROPERTY |
| Fields inherited from interface com.guiseframework.model.InfoModel |
|---|
DESCRIPTION_CONTENT_TYPE_PROPERTY, DESCRIPTION_PROPERTY, INFO_CONTENT_TYPE_PROPERTY, INFO_PROPERTY |
| Fields inherited from interface com.guiseframework.model.LabelModel |
|---|
GLYPH_URI_PROPERTY, LABEL_CONTENT_TYPE_PROPERTY, LABEL_PROPERTY |
| Fields inherited from interface com.guiseframework.model.Model |
|---|
PLAIN_TEXT_CONTENT_TYPE, XHTML_CONTENT_TYPE, XHTML_FRAGMENT_CONTENT_TYPE |
| Method Summary | |
|---|---|
InputFocusableComponent |
getInputFocusedComponent()
Indicates the component within this group that has the input focus. |
InputFocusStrategy |
getInputFocusStrategy()
|
void |
setInputFocusedComponent(InputFocusableComponent newInputFocusedComponent)
Sets the focused component within this input focus group. |
void |
setInputFocusStrategy(InputFocusStrategy newInputFocusStrategy)
Sets the input focus strategy. |
| Methods inherited from interface com.guiseframework.platform.DepictedObject |
|---|
depict, getDepictID, getSession, processEvent |
| Methods inherited from interface com.guiseframework.model.InfoModel |
|---|
getDescription, getDescriptionContentType, getInfo, getInfoContentType, setDescription, setDescriptionContentType, setInfo, setInfoContentType |
| Methods inherited from interface com.guiseframework.model.LabelModel |
|---|
getGlyphURI, getLabel, getLabelContentType, setGlyphURI, setLabel, setLabelContentType |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface com.globalmentor.beans.PropertyConstrainable |
|---|
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener |
| Field Detail |
|---|
static final java.lang.String INPUT_FOCUS_STRATEGY_PROPERTY
static final java.lang.String INPUT_FOCUSED_COMPONENT_PROPERTY
| Method Detail |
|---|
InputFocusStrategy getInputFocusStrategy()
void setInputFocusStrategy(InputFocusStrategy newInputFocusStrategy)
newInputFocusStrategy - The input focus strategy for this group.
java.lang.NullPointerException - if the given input focus strategy is null.INPUT_FOCUS_STRATEGY_PROPERTYInputFocusableComponent getInputFocusedComponent()
InputFocusGroupComponent, which in turn will have its own focused component.
null if no component currently has the input focus.
void setInputFocusedComponent(InputFocusableComponent newInputFocusedComponent)
throws java.beans.PropertyVetoException
newInputFocusedComponent - The component to receive the input focus.
java.beans.PropertyVetoException - if the given component is not a focusable component within this input focus group, the component cannot receive the input focus, or the input focus change has otherwise been vetoed.getInputFocusStrategy(),
INPUT_FOCUSED_COMPONENT_PROPERTY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||