Interface LOVContext
-
public interface LOVContext
REDWOOD INTERNAL USE ONLY, NOT FOR CUSTOMER USE. Context for an LOV.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFetchSize()
LOVCollection
getLOVCollection()
String
getParameterName()
Object
getParameterValue()
int
getStartAt()
boolean
inLOV()
boolean
isMustSort()
boolean
isSortAscending()
void
setLOVCollection(LOVCollection lov)
-
-
-
Method Detail
-
inLOV
boolean inLOV()
-
setLOVCollection
void setLOVCollection(LOVCollection lov)
-
getLOVCollection
LOVCollection getLOVCollection()
-
getParameterName
String getParameterName()
-
getParameterValue
Object getParameterValue()
-
getStartAt
int getStartAt()
-
getFetchSize
int getFetchSize()
-
isMustSort
boolean isMustSort()
-
isSortAscending
boolean isSortAscending()
-
-