@Templated public class TileView extends Object implements TileWidget.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
TileView() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(TileWidget presenter) |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
void |
setup(String label,
String description,
String circleLabel,
String circleDescription,
org.uberfire.mvp.Command selectCommand) |
public void init(TileWidget presenter)
init in interface org.uberfire.client.mvp.HasPresenter<TileWidget>public void setup(String label, String description, String circleLabel, String circleDescription, org.uberfire.mvp.Command selectCommand)
setup in interface TileWidget.Viewpublic boolean isSelected()
isSelected in interface TileWidget.Viewpublic void setSelected(boolean selected)
setSelected in interface TileWidget.ViewCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.