public class CSSBoxTreeProvider extends BaseBoxTreeProvider
ParametrizedOperation.ValueType| Constructor and Description |
|---|
CSSBoxTreeProvider() |
CSSBoxTreeProvider(java.net.URL url,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Obtains a longer description of the service.
|
int |
getHeight() |
java.lang.String |
getId()
Obtains a unique ID of the service
|
java.lang.String |
getName()
Obtains a descriptive name of the service that may be presented to the user.
|
Page |
getPage()
Renders the page and returns the page model.
|
java.lang.String[] |
getParamNames()
Obtains a list of available parameter names of the operation.
|
java.lang.Object[] |
getParamRange(java.lang.String name)
Obtains the minimal and maximal value of the given parameter.
|
ParametrizedOperation.ValueType[] |
getParamTypes()
Obtains a list of available parameter value types.
|
java.net.URL |
getUrl() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setUrl(java.lang.String url) |
void |
setUrl(java.net.URL url) |
void |
setWidth(int width) |
toStringgetParam, setParamclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParam, setParampublic CSSBoxTreeProvider()
public CSSBoxTreeProvider(java.net.URL url,
int width,
int height)
public java.lang.String getId()
Servicepublic java.lang.String getName()
Servicepublic java.lang.String getDescription()
Servicepublic java.lang.String[] getParamNames()
ParametrizedOperationpublic ParametrizedOperation.ValueType[] getParamTypes()
ParametrizedOperationpublic java.net.URL getUrl()
public void setUrl(java.net.URL url)
public void setUrl(java.lang.String url)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public java.lang.Object[] getParamRange(java.lang.String name)
ParametrizedOperationgetParamRange in interface ParametrizedOperationgetParamRange in class BaseParametrizedOperationname - the name of the parameternull for other types or non-existing parameterspublic Page getPage()
BoxTreeProvidernull when an error occured.