Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.RowChecker
Direct Known Subclasses:
ExportPageChecker, GroupPermissionChecker, GroupRoleChecker, OrganizationGroupChecker, OrganizationPasswordPolicyChecker, OrganizationRoleChecker, ResourceActionRowChecker, RoleUserChecker, UserGroupChecker, UserGroupGroupChecker, UserGroupRoleChecker, UserGroupRoleRoleChecker, UserGroupRoleUserChecker, UserOrganizationChecker, UserPasswordPolicyChecker, UserRoleChecker, UserTeamChecker, UserUserGroupChecker

public class RowChecker
extends Object


Field Summary
static String ALIGN
           
static String ALL_ROW_IDS
           
static int COLSPAN
           
static String FORM_NAME
           
static String ROW_IDS
           
static String VALIGN
           
 
Constructor Summary
RowChecker(RenderResponse renderResponse)
           
RowChecker(RenderResponse renderResponse, String align, String valign, int colspan, String formName, String allRowsId, String rowId)
           
RowChecker(RenderResponse renderResponse, String align, String valign, String formName, String allRowsId, String rowId)
           
 
Method Summary
 String getAlign()
           
 String getAllRowsCheckBox()
           
 String getAllRowsId()
           
 int getColspan()
           
 String getFormName()
           
 String getRowCheckBox(boolean checked, String primaryKey)
           
 String getRowId()
           
 String getValign()
           
 boolean isChecked(Object obj)
           
 
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

VALIGN

public static final String VALIGN
See Also:
Constant Field Values

COLSPAN

public static final int COLSPAN
See Also:
Constant Field Values

FORM_NAME

public static final String FORM_NAME
See Also:
Constant Field Values

ALL_ROW_IDS

public static final String ALL_ROW_IDS
See Also:
Constant Field Values

ROW_IDS

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

RowChecker

public RowChecker(RenderResponse renderResponse)

RowChecker

public RowChecker(RenderResponse renderResponse,
                  String align,
                  String valign,
                  String formName,
                  String allRowsId,
                  String rowId)

RowChecker

public RowChecker(RenderResponse renderResponse,
                  String align,
                  String valign,
                  int colspan,
                  String formName,
                  String allRowsId,
                  String rowId)
Method Detail

getAlign

public String getAlign()

getValign

public String getValign()

getColspan

public int getColspan()

getFormName

public String getFormName()

getAllRowsId

public String getAllRowsId()

getRowId

public String getRowId()

getAllRowsCheckBox

public String getAllRowsCheckBox()

getRowCheckBox

public String getRowCheckBox(boolean checked,
                             String primaryKey)

isChecked

public boolean isChecked(Object obj)

Liferay 6.0.5