public class TileWidget extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TileWidget.View |
| Constructor and Description |
|---|
TileWidget(TileWidget.View view) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
TileWidget.View |
getView() |
void |
init(String label,
String description,
String circleLabel,
String circleDescription,
org.uberfire.mvp.Command selectCommand) |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
@Inject public TileWidget(TileWidget.View view)
public void init(String label, String description, String circleLabel, String circleDescription, org.uberfire.mvp.Command selectCommand)
public boolean isSelected()
public void setSelected(boolean selected)
public String getLabel()
public TileWidget.View getView()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.