Class JmixJavaScriptComponentState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.JavaScriptComponentState
io.jmix.ui.widget.client.javascriptcomponent.JmixJavaScriptComponentState
All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState, Serializable

public class JmixJavaScriptComponentState extends com.vaadin.shared.ui.JavaScriptComponentState
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    elemental.json.JsonObject
     
     
    boolean
     

    Fields inherited from class com.vaadin.shared.AbstractComponentState

    caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, width

    Fields inherited from class com.vaadin.shared.communication.SharedState

    enabled, registeredEventListeners, resources
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState

    getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • initFunctionName

      public String initFunctionName
    • data

      public elemental.json.JsonObject data
    • requiredIndicatorVisible

      public boolean requiredIndicatorVisible
  • Constructor Details

    • JmixJavaScriptComponentState

      public JmixJavaScriptComponentState()