public abstract class BaseBaseClayCard extends java.lang.Object implements BaseClayCard
| Modifier and Type | Field and Description |
|---|---|
protected BaseModel<?> |
baseModel |
protected RowChecker |
rowChecker |
| Constructor and Description |
|---|
BaseBaseClayCard(BaseModel<?> baseModel,
RowChecker rowChecker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputName() |
java.lang.String |
getInputValue() |
boolean |
isDisabled() |
boolean |
isSelectable() |
boolean |
isSelected() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionDropdownItems, getAspectRatioCssClasses, getComponentId, getData, getDefaultEventHandler, getElementClasses, getGroupName, getHref, getId, getSpritemapprotected final BaseModel<?> baseModel
protected final RowChecker rowChecker
public BaseBaseClayCard(BaseModel<?> baseModel, RowChecker rowChecker)
public java.lang.String getInputName()
getInputName in interface BaseClayCardpublic java.lang.String getInputValue()
getInputValue in interface BaseClayCardpublic boolean isDisabled()
isDisabled in interface BaseClayCardpublic boolean isSelectable()
isSelectable in interface BaseClayCardpublic boolean isSelected()
isSelected in interface BaseClayCard