Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model
Class DDLRecordSetConstants

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.model.DDLRecordSetConstants

public class DDLRecordSetConstants
extends Object


Field Summary
static int MIN_DISPLAY_ROWS_DEFAULT
           
static int SCOPE_ANY
           
static int SCOPE_DYNAMIC_DATA_LISTS
           
 
Constructor Summary
DDLRecordSetConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_DISPLAY_ROWS_DEFAULT

public static final int MIN_DISPLAY_ROWS_DEFAULT
See Also:
Constant Field Values

SCOPE_ANY

public static final int SCOPE_ANY
See Also:
Constant Field Values

SCOPE_DYNAMIC_DATA_LISTS

public static final int SCOPE_DYNAMIC_DATA_LISTS
See Also:
Constant Field Values
Constructor Detail

DDLRecordSetConstants

public DDLRecordSetConstants()

Liferay 6.1.2-ce-ga3