@Unstable public class LiveDataLayoutDescriptor extends BaseDescriptor
Constructor and Description |
---|
LiveDataLayoutDescriptor()
Default constructor.
|
LiveDataLayoutDescriptor(String id)
Creates a descriptor for the layout with the given id.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getIcon() |
String |
getName() |
void |
initialize()
Prevent
null values where it's possible. |
void |
setIcon(Map<String,Object> icon)
Set the icon meta data.
|
void |
setName(String name)
Set the layout pretty name.
|
equals, getId, hashCode, setId
getParameters, setParameter
public LiveDataLayoutDescriptor()
public LiveDataLayoutDescriptor(String id)
id
- the layout idpublic String getName()
public void setName(String name)
name
- the new layout namepublic void setIcon(Map<String,Object> icon)
icon
- the icon meta datapublic void initialize()
null
values where it's possible.Copyright © 2004–2022 XWiki. All rights reserved.