public final class SampleView extends AbstractView<SampleModel,BorderPane,SampleController>
| Modifier and Type | Field and Description |
|---|---|
private Button |
defaultCommand
Button used to trigger the SampleCommand.
|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
private Button |
pooledCommand
Button used to trigger the SamplePoolCommand.
|
private Button |
uiCommand
Button used to trigger the SampleUICommand.
|
| Constructor and Description |
|---|
SampleView(SampleModel model)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Button |
getDefaultCommand()
Return the button that trigger the default command.
|
(package private) Button |
getPooledCommand()
Return the button that trigger the pooled command.
|
(package private) Button |
getUiCommand()
Return the button that trigger the UI command.
|
void |
hide() |
protected void |
initView() |
void |
reload() |
void |
start() |
buildController, buildRootNode, finalize, getController, getErrorNode, getModel, getRootNode, initInternalView, prepareprivate static final org.slf4j.Logger LOGGER
@OnMouse(value=Clicked) private Button defaultCommand
private Button uiCommand
private Button pooledCommand
public SampleView(SampleModel model) throws org.jrebirth.af.api.exception.CoreException
model - the controls view modelorg.jrebirth.af.api.exception.CoreException - if build failsprotected void initView()
initView in class AbstractView<SampleModel,BorderPane,SampleController>public void start()
start in interface org.jrebirth.af.api.ui.View<SampleModel,BorderPane,SampleController>start in class AbstractView<SampleModel,BorderPane,SampleController>public void reload()
reload in interface org.jrebirth.af.api.ui.View<SampleModel,BorderPane,SampleController>reload in class AbstractView<SampleModel,BorderPane,SampleController>public void hide()
hide in interface org.jrebirth.af.api.ui.View<SampleModel,BorderPane,SampleController>hide in class AbstractView<SampleModel,BorderPane,SampleController>Button getDefaultCommand()
Button getUiCommand()
Button getPooledCommand()
Copyright © 2011–2015 JRebirth. All rights reserved.