public interface GridBrowser extends EnvironmentSupport
Modifier and Type | Method and Description |
---|---|
Actions |
getActions() |
Actions |
getGlobalActions() |
Legend |
getLegend() |
GridBrowserModel |
getModel()
Returns the
model , which this grid represents. |
PageConfig |
getPageConfig() |
GridBrowserRenderer |
getRenderer() |
java.util.Map<java.lang.String,java.lang.String[]> |
getRequestMap() |
void |
invalidate()
Invalidates the grid, which will force a revalidation to occur.
|
boolean |
isValid()
Returns true if the grid is valid, i.e.
|
void |
validate(Environment env)
Validates the grid, using the specified
environment . |
getEnv, getEnv, setEnv
GridBrowserModel getModel()
model
, which this grid represents.Actions getActions()
Actions getGlobalActions()
Legend getLegend()
GridBrowserRenderer getRenderer()
PageConfig getPageConfig()
java.util.Map<java.lang.String,java.lang.String[]> getRequestMap()
boolean isValid() throws TVCException
validate(Environment)
TVCException
- If unable to determine if the grid is valid or not.void validate(Environment env) throws TVCException
environment
.env
- The Environment
TVCException
- Upon errorsvoid invalidate()
Copyright ? Technia AB. All Rights Reserved.