Modifier and Type | Method and Description |
---|---|
RenderingInfo |
RenderingInfo.clone()
Returns a clone instance of this widget definition.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<RenderingInfo>> |
WidgetDefinition.getRenderingInfos()
Returns the map of rendering information per mode.
|
List<RenderingInfo> |
Widget.getRenderingInfos()
Returns the list of rendering information.
|
Map<String,List<RenderingInfo>> |
LayoutDefinition.getRenderingInfos()
Returns the map of rendering information per mode.
|
List<RenderingInfo> |
WidgetDefinition.getRenderingInfos(String mode)
Returns the list of rendering information for given mode.
|
List<RenderingInfo> |
LayoutDefinition.getRenderingInfos(String mode)
Returns the list of rendering information for given mode.
|
Modifier and Type | Method and Description |
---|---|
void |
WidgetDefinition.setRenderingInfos(Map<String,List<RenderingInfo>> renderingInfos) |
void |
LayoutDefinition.setRenderingInfos(Map<String,List<RenderingInfo>> renderingInfos) |
Modifier and Type | Class and Description |
---|---|
class |
RenderingInfoImpl |
Modifier and Type | Method and Description |
---|---|
RenderingInfo |
RenderingInfoImpl.clone() |
Modifier and Type | Method and Description |
---|---|
List<RenderingInfo> |
WidgetImpl.getRenderingInfos() |
Map<String,List<RenderingInfo>> |
WidgetDefinitionImpl.getRenderingInfos() |
Map<String,List<RenderingInfo>> |
LayoutDefinitionImpl.getRenderingInfos() |
static List<RenderingInfo> |
WidgetDefinitionImpl.getRenderingInfos(Map<String,List<RenderingInfo>> infos,
String mode) |
List<RenderingInfo> |
WidgetDefinitionImpl.getRenderingInfos(String mode) |
List<RenderingInfo> |
LayoutDefinitionImpl.getRenderingInfos(String mode) |
Modifier and Type | Method and Description |
---|---|
static List<RenderingInfo> |
WidgetDefinitionImpl.getRenderingInfos(Map<String,List<RenderingInfo>> infos,
String mode) |
void |
WidgetDefinitionImpl.setRenderingInfos(Map<String,List<RenderingInfo>> renderingInfos) |
void |
LayoutDefinitionImpl.setRenderingInfos(Map<String,List<RenderingInfo>> renderingInfos) |
Constructor and Description |
---|
WidgetImpl(String layoutName,
String name,
String mode,
String type,
String valueName,
FieldDefinition[] fields,
String label,
String helpLabel,
boolean translated,
Map<String,Serializable> properties,
boolean required,
Widget[] subWidgets,
int level,
WidgetSelectOption[] selectOptions,
String definitionId,
List<RenderingInfo> renderingInfos) |
Modifier and Type | Method and Description |
---|---|
RenderingInfo |
RenderingInfoDescriptor.getRenderingInfo() |
Modifier and Type | Method and Description |
---|---|
static RenderingInfo |
JSONLayoutExporter.importRenderingInfo(net.sf.json.JSONObject fieldDef) |
Modifier and Type | Method and Description |
---|---|
static List<RenderingInfo> |
JSONLayoutExporter.importRenderingInfos(net.sf.json.JSONArray jinfos) |
static Map<String,List<RenderingInfo>> |
JSONLayoutExporter.importRenderingInfosByMode(net.sf.json.JSONObject infosByMode) |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(RenderingInfo info) |
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
JSONLayoutExporter.exportRenderingInfosByModeToJson(Map<String,List<RenderingInfo>> infosByMode) |
static net.sf.json.JSONArray |
JSONLayoutExporter.exportRenderingInfosToJson(List<RenderingInfo> infos) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.