Constructor and Description |
---|
IconCell(org.gwtbootstrap3.client.ui.constants.IconType iconType)
Construct a new
IconCell with the specified icon type |
IconCell(org.gwtbootstrap3.client.ui.constants.IconType iconType,
org.gwtbootstrap3.client.ui.constants.IconSize iconSize)
Construct a new
IconCell with the specified icon type and icon size |
Modifier and Type | Method and Description |
---|---|
org.gwtbootstrap3.client.ui.constants.IconSize |
getIconSize() |
org.gwtbootstrap3.client.ui.constants.IconType |
getIconType() |
String |
getTooltip() |
void |
onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
String value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<String> valueUpdater) |
protected void |
onEnterKeyDown(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
String value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<String> valueUpdater) |
protected void |
render(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml data,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setIconSize(org.gwtbootstrap3.client.ui.constants.IconSize iconSize) |
void |
setIconType(org.gwtbootstrap3.client.ui.constants.IconType iconType) |
void |
setTooltip(String tooltip) |
public IconCell(org.gwtbootstrap3.client.ui.constants.IconType iconType)
IconCell
with the specified icon typeiconType
- public IconCell(org.gwtbootstrap3.client.ui.constants.IconType iconType, org.gwtbootstrap3.client.ui.constants.IconSize iconSize)
IconCell
with the specified icon type and icon sizeiconType
- iconSize
- public org.gwtbootstrap3.client.ui.constants.IconType getIconType()
public void setIconType(org.gwtbootstrap3.client.ui.constants.IconType iconType)
public org.gwtbootstrap3.client.ui.constants.IconSize getIconSize()
public void setIconSize(org.gwtbootstrap3.client.ui.constants.IconSize iconSize)
public String getTooltip()
public void setTooltip(String tooltip)
protected void render(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.safehtml.shared.SafeHtml data, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render
in class com.google.gwt.cell.client.AbstractSafeHtmlCell<String>
public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, String value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<String> valueUpdater)
protected void onEnterKeyDown(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, String value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<String> valueUpdater)
onEnterKeyDown
in class com.google.gwt.cell.client.AbstractCell<String>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.