|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.uniba.euromath.editor.widgets.AbstractUserInputWidget
sk.uniba.euromath.gene.gui.widgets.XHTMLSerializerPropertiesWidget
public class XHTMLSerializerPropertiesWidget
Queries the xhtml output parameters (but not XML parameters, these can be
handled using the DomExportQuery). Useful when exporting
XHTML.
| Field Summary | |
|---|---|
protected Button |
allowMathMl
Combo 'allow MathML' |
protected Button |
allowSvg
Combo 'allow svg' |
protected Composite |
c
All components are placed here. |
| Fields inherited from class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget |
|---|
listeners, msgListeners |
| Constructor Summary | |
|---|---|
XHTMLSerializerPropertiesWidget(Composite parent)
Creates the query. |
|
| Method Summary | |
|---|---|
Composite |
getComposite()
Returns composite that is encapsulated in this object. |
ValidityMessages |
getMessages()
Checks if data contained in the widget are correct. |
Object |
getState()
Returns the state of this widget. |
Class<?> |
getStateClass()
Returns the class of the state that the widget accepts. |
void |
setState(Object model)
Sets new state for the widget. |
| Methods inherited from class sk.uniba.euromath.editor.widgets.AbstractUserInputWidget |
|---|
addMessageListener, addModifyListener, allowModifyEvent, fireDataModified, removeMessageListener, removeModifyListener, suppressModifyEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Composite c
protected final Button allowMathMl
protected final Button allowSvg
| Constructor Detail |
|---|
public XHTMLSerializerPropertiesWidget(Composite parent)
parent - the parent composite.| Method Detail |
|---|
public Composite getComposite()
IUserInputWidget
public ValidityMessages getMessages()
IUserInputWidget
null if data is correct, or instance of
ValidityMessages if there is error, warning or info
message.public Object getState()
IUserInputWidget
public Class<?> getStateClass()
IUserInputWidget
null.public void setState(Object model)
IUserInputWidget
model - the model to set. You may use the construct
setModel(getModel()) to reflect changes made in the model.
Please note that nearly all widgets rejects null value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||