public class DHXExternalLightboxForm extends DHXLightboxItem
Constructor and Description |
---|
DHXExternalLightboxForm(java.lang.String view)
Create new instance of ExternalLightboxForm
|
DHXExternalLightboxForm(java.lang.String view,
java.lang.Integer width,
java.lang.Integer height)
Create new instance of ExternalLightboxForm
|
DHXExternalLightboxForm(java.lang.String view,
java.lang.String classname)
Create new instance of ExternalLightboxForm
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
css class to be attached to iframe
|
java.lang.Integer |
getHeight()
The height of an iframe with lightbox
|
java.util.HashMap<java.lang.String,DHXFileType> |
getJS()
Get js files which is reqired by current configuration
|
java.lang.String |
getView()
Path to view
|
java.lang.Integer |
getWidth()
The width of an iframe with lightbox
|
java.lang.String |
render(java.lang.String name)
Return json representation of lightbox item
|
void |
setClassName(java.lang.String value)
css class to be attached to iframe
|
void |
setHeight(java.lang.Integer value)
The height of an iframe with lightbox
|
void |
setView(java.lang.String value)
Path to view
|
void |
setWidth(java.lang.Integer value)
The width of an iframe with lightbox
|
afterInit, render
get, getBool, getCSS, getDate, getHiddenProperties, getInt, getObject, getProperties, getRaw, getVisibleProperties, set
public DHXExternalLightboxForm(java.lang.String view, java.lang.Integer width, java.lang.Integer height)
view
- Path to the view which will be used for lightboxwidth
- lightbox widthheight
- lightbox heightpublic DHXExternalLightboxForm(java.lang.String view, java.lang.String classname)
view
- Path to the view which will be used for lightboxclassname
- CSS class, which will be appended to formpublic DHXExternalLightboxForm(java.lang.String view)
view
- Path to the view which will be used for lightboxpublic java.util.HashMap<java.lang.String,DHXFileType> getJS()
DHXPlannerControlsItem
getJS
in class DHXPlannerControlsItem
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer value)
value
- public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer value)
height
- public java.lang.String getClassName()
public void setClassName(java.lang.String value)
value
- public java.lang.String getView()
public void setView(java.lang.String value)
value
- public java.lang.String render(java.lang.String name)
DHXLightboxItem
render
in class DHXLightboxItem
name
- scheduler's instance name