{@link Frame}
.
@return this fixture.
{@link JButton}
.
@return this fixture.
@throws IllegalStateException if this fixture's JButton
is disabled.
@throws IllegalStateException if this fixture's JButton
is not showing on the screen.
{@link JCheckBox}
.
@return this fixture.
@throws IllegalStateException if this fixture's JCheckBox
is disabled.
@throws IllegalStateException if this fixture's JCheckBox
is not showing on the screen.
{@link JComboBox}
.
@return this fixture.
@throws IllegalStateException if this fixture's JComboBox
is disabled.
@throws IllegalStateException if this fixture's JComboBox
is not showing on the screen.
{@link JPanel}
.
@return this fixture.
{@link JTabbedPane}
.
@return this fixture.
@throws IllegalStateException if this fixture's JTabbedPane
is disabled.
@throws IllegalStateException if this fixture's JTabbedPane
is not showing on the screen.
{@link JTextComponent}
.
@return this fixture.
@throws IllegalStateException if this fixture's JTextComponent
is disabled.
@throws IllegalStateException if this fixture's JTextComponent
is not showing on the screen.
It sends the appropriated JavaScript to the client to call again using the symmetric DOM element at the client. This method does the same as org.w3c.dom.html.HTMLTextAreaElement.focus()
in non-internal (remote) event mode.
Enforces to focus given component.
In order to ensure the focus will be given to component, this method must be used before {@link PhaseId#RENDER_RESPONSE}phase takes place.
@param componentId ID of the component to be focused; or null if focus should not be enforced
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|