public class RowChecker
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALIGN |
static String |
ALL_ROW_IDS |
static int |
COLSPAN |
static String |
CSS_CLASS |
static String |
FORM_NAME |
static String |
ROW_IDS |
static String |
VALIGN |
Constructor and Description |
---|
RowChecker(PortletResponse portletResponse) |
Modifier and Type | Method and Description |
---|---|
String |
getAlign() |
String |
getAllRowIds() |
String |
getAllRowsCheckBox() |
String |
getAllRowsCheckBox(javax.servlet.http.HttpServletRequest request) |
protected String |
getAllRowsCheckbox(javax.servlet.http.HttpServletRequest request,
String name,
String checkBoxRowIds) |
String |
getAllRowsId() |
int |
getColspan() |
String |
getCssClass() |
Map<String,Object> |
getData(Object obj) |
String |
getFormName() |
protected Locale |
getLocale(javax.servlet.http.HttpServletRequest request) |
protected String |
getNamespacedValue(String value) |
protected String |
getOnClick(String checkBoxRowIds,
String checkBoxAllRowIds,
String checkBoxPostOnClick) |
String |
getRememberCheckBoxStateURLRegex() |
String |
getRowCheckBox(javax.servlet.http.HttpServletRequest request,
boolean checked,
boolean disabled,
String primaryKey) |
protected String |
getRowCheckBox(javax.servlet.http.HttpServletRequest request,
boolean checked,
boolean disabled,
String name,
String value,
String checkBoxRowIds,
String checkBoxAllRowIds,
String checkBoxPostOnClick) |
String |
getRowId() |
String |
getRowIds() |
String |
getRowSelector() |
String |
getValign() |
boolean |
isChecked(Object obj) |
boolean |
isDisabled(Object obj) |
boolean |
isRememberCheckBoxState() |
void |
setAlign(String align) |
void |
setAllRowIds(String allRowIds) |
void |
setColspan(int colspan) |
void |
setCssClass(String cssClass) |
void |
setData(Map<String,Object> data) |
void |
setFormName(String formName) |
void |
setRememberCheckBoxState(boolean rememberCheckBoxState) |
void |
setRememberCheckBoxStateURLRegex(String rememberCheckBoxStateURLRegex) |
void |
setRowIds(String rowIds) |
void |
setRowSelector(String rowSelector) |
void |
setValign(String valign) |
public static final String ALIGN
public static final String ALL_ROW_IDS
public static final int COLSPAN
public static final String CSS_CLASS
public static final String FORM_NAME
public static final String ROW_IDS
public static final String VALIGN
public RowChecker(PortletResponse portletResponse)
public String getAlign()
public String getAllRowIds()
public String getAllRowsCheckBox()
public String getAllRowsCheckBox(javax.servlet.http.HttpServletRequest request)
public String getAllRowsId()
public int getColspan()
public String getCssClass()
public Map<String,Object> getData(Object obj)
public String getFormName()
public String getRememberCheckBoxStateURLRegex()
public String getRowCheckBox(javax.servlet.http.HttpServletRequest request, boolean checked, boolean disabled, String primaryKey)
public String getRowId()
public String getRowIds()
public String getRowSelector()
public String getValign()
public boolean isChecked(Object obj)
public boolean isDisabled(Object obj)
public boolean isRememberCheckBoxState()
public void setAlign(String align)
public void setAllRowIds(String allRowIds)
public void setColspan(int colspan)
public void setCssClass(String cssClass)
public void setData(Map<String,Object> data)
public void setFormName(String formName)
public void setRememberCheckBoxState(boolean rememberCheckBoxState)
public void setRememberCheckBoxStateURLRegex(String rememberCheckBoxStateURLRegex)
public void setRowIds(String rowIds)
public void setRowSelector(String rowSelector)
public void setValign(String valign)
protected String getAllRowsCheckbox(javax.servlet.http.HttpServletRequest request, String name, String checkBoxRowIds)
protected Locale getLocale(javax.servlet.http.HttpServletRequest request)
protected String getNamespacedValue(String value)
protected String getOnClick(String checkBoxRowIds, String checkBoxAllRowIds, String checkBoxPostOnClick)
protected String getRowCheckBox(javax.servlet.http.HttpServletRequest request, boolean checked, boolean disabled, String name, String value, String checkBoxRowIds, String checkBoxAllRowIds, String checkBoxPostOnClick)