Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.search
Class RowChecker

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.RowChecker
Direct Known Subclasses:
AlwaysTrueRowChecker

public class RowChecker
extends Object


Field Summary
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 Summary
RowChecker(PortletResponse portletResponse)
           
 
Method Summary
 String getAlign()
           
 String getAllRowIds()
           
 String getAllRowsCheckBox()
           
 String getAllRowsId()
           
 int getColspan()
           
 String getCssClass()
           
 String getFormName()
           
protected  String getNamespacedValue(String value)
           
 String getRowCheckBox(boolean checked, boolean disabled, String primaryKey)
           
protected  String getRowCheckBox(boolean checked, boolean disabled, String name, String value, String checkBoxRowIds, String checkBoxAllRowIds, String checkBoxPostOnClick)
           
 String getRowId()
           
 String getRowIds()
           
 String getValign()
           
 boolean isChecked(Object obj)
           
 boolean isDisabled(Object obj)
           
 void setAlign(String align)
           
 void setAllRowIds(String allRowIds)
           
 void setColspan(int colspan)
           
 void setCssClass(String cssClass)
           
 void setFormName(String formName)
           
 void setRowIds(String rowIds)
           
 void setValign(String valign)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGN

public static final String ALIGN
See Also:
Constant Field Values

ALL_ROW_IDS

public static final String ALL_ROW_IDS
See Also:
Constant Field Values

COLSPAN

public static final int COLSPAN
See Also:
Constant Field Values

CSS_CLASS

public static final String CSS_CLASS
See Also:
Constant Field Values

FORM_NAME

public static final String FORM_NAME
See Also:
Constant Field Values

ROW_IDS

public static final String ROW_IDS
See Also:
Constant Field Values

VALIGN

public static final String VALIGN
See Also:
Constant Field Values
Constructor Detail

RowChecker

public RowChecker(PortletResponse portletResponse)
Method Detail

getAlign

public String getAlign()

getAllRowIds

public String getAllRowIds()

getAllRowsCheckBox

public String getAllRowsCheckBox()

getAllRowsId

public String getAllRowsId()

getColspan

public int getColspan()

getCssClass

public String getCssClass()

getFormName

public String getFormName()

getRowCheckBox

public String getRowCheckBox(boolean checked,
                             boolean disabled,
                             String primaryKey)

getRowId

public String getRowId()

getRowIds

public String getRowIds()

getValign

public String getValign()

isChecked

public boolean isChecked(Object obj)

isDisabled

public boolean isDisabled(Object obj)

setAlign

public void setAlign(String align)

setAllRowIds

public void setAllRowIds(String allRowIds)

setColspan

public void setColspan(int colspan)

setCssClass

public void setCssClass(String cssClass)

setFormName

public void setFormName(String formName)

setRowIds

public void setRowIds(String rowIds)

setValign

public void setValign(String valign)

getNamespacedValue

protected String getNamespacedValue(String value)

getRowCheckBox

protected String getRowCheckBox(boolean checked,
                                boolean disabled,
                                String name,
                                String value,
                                String checkBoxRowIds,
                                String checkBoxAllRowIds,
                                String checkBoxPostOnClick)

Liferay 6.1.2-ce-ga3