public class DHXLightboxField extends DHXLightboxItem
Constructor and Description |
---|
DHXLightboxField(java.lang.String name)
Initialize DHXLightboxField
|
DHXLightboxField(java.lang.String name,
java.lang.String label)
Initialize DHXLightboxField
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getHeight()
The height of an editor
|
java.lang.String |
getLabel()
The editor label text
|
java.lang.String |
getMapTo()
Property of the event maped to the editor
|
java.lang.String |
getName()
Name of the editor
|
java.lang.String |
getType()
The editor's type, defines how editor will be rendered on the client
|
java.lang.String |
renderLabel(java.lang.String name)
Return js code for declaration of lightbox item label
|
void |
setHeight(java.lang.Integer value)
The height of an editor
|
void |
setLabel(java.lang.String value)
The editor label text
|
void |
setMapTo(java.lang.String value)
Property of the event maped to the editor
|
void |
setName(java.lang.String value)
Name of the editor
|
void |
setType(java.lang.String value)
The editor's type, defines how editor will be rendered on the client
|
afterInit, render, render
get, getBool, getCSS, getDate, getHiddenProperties, getInt, getJS, getObject, getProperties, getRaw, getVisibleProperties, set
public DHXLightboxField(java.lang.String name)
name
- public DHXLightboxField(java.lang.String name, java.lang.String label)
name
- label
- public java.lang.String getMapTo()
public void setMapTo(java.lang.String value)
value
- public java.lang.String getLabel()
public void setLabel(java.lang.String value)
value
- public java.lang.String getType()
public void setType(java.lang.String value)
value
- public java.lang.String getName()
public void setName(java.lang.String value)
value
- public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer value)
value
- public java.lang.String renderLabel(java.lang.String name)
name
-