- setCategoryColor(Color) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
-
- setCategoryText(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
-
- setCells(Map<String, String>) - Method in class de.twenty11.skysail.common.grids.RowData
-
This is being called for example by jackson when trying to deserialize from a string representation.
- setColumns(Columns) - Method in class de.twenty11.skysail.common.grids.GridData
-
- setColumnsList(List<ColumnDefinition>) - Method in class de.twenty11.skysail.common.grids.Columns
-
needed for json deserialization.
- setData(T) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setEdgeId(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setEdgeLabel(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setEdgeProperties(Map<String, String>) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setEdges(List<EdgeProvider>) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
-
- setExecutionTime(long) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setFilterValue(String) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
needed for jackson.
- setImage(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
-
- setInstanceToInspect(Object) - Method in class de.twenty11.skysail.common.AbstractPresentable
-
- setLabel(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
-
- setLink(String, String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
-
for example: "activiti/repository/" + id _blank _parent _self _top framename
- setLink(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
-
- setMessage(String) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setName(String) - Method in class de.twenty11.skysail.common.forms.FieldDetails
-
- setName(String) - Method in class de.twenty11.skysail.common.forms.FormDetails
-
- setName(String) - Method in class de.twenty11.skysail.common.graphs.GraphDetails
-
- setName(String) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
needed for jackson.
- setNodeId(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
-
- setNodeLabel(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
-
- setPresentationStyleHint(PresentationStyle) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setServerLoad(double) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setSize(int) - Method in class de.twenty11.skysail.common.grids.GridData
-
needed for json deserialization.
- setSorting(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
needed for jackson.
- setSortingRepresentation(int) - Method in class de.twenty11.skysail.common.grids.GridData
-
needed for json deserialization.
- setSource(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setSource(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
-
- setSuccess(Boolean) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
-
- setTarget(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setTarget(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
-
- setType(String) - Method in class de.twenty11.skysail.common.grids.GridData
-
- setValidValues(List<String>) - Method in class de.twenty11.skysail.common.forms.FieldDetails
-
- setWeight(int) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
-
- setWeight(int) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
-
- setWidth(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
- SkysailCommonOsgiSetup - Class in de.twenty11.skysail.common.testing.utils
-
This class defines the bundles (to be used by pax exam) skysail.common depends on.
- SkysailCommonOsgiSetup() - Constructor for class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
-
- SkysailResponse<T> - Class in de.twenty11.skysail.common.responses
-
A skysail server installation responds to (RESTful) Http-Requests by creating responses, which get converted
on-the-fly into the desired target format (like html, json, xml, csv, ...).
- SkysailResponse() - Constructor for class de.twenty11.skysail.common.responses.SkysailResponse
-
- SkysailResponse(T) - Constructor for class de.twenty11.skysail.common.responses.SkysailResponse
-
- SkysailResponseResolver - Class in de.twenty11.skysail.common.responses
-
- SkysailResponseResolver() - Constructor for class de.twenty11.skysail.common.responses.SkysailResponseResolver
-
- sort(String, Integer) - Method in class de.twenty11.skysail.common.grids.Columns
-
- sortAsc(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
- sortDesc(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
-
- SuccessResponse<T> - Class in de.twenty11.skysail.common.responses
-
The (hopefully) typical kind of SkysailResponse you'd get: The data asked for, a informative description as the
message and the success flag being true.
- SuccessResponse() - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
-
empty constructor.
- SuccessResponse(T) - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
-