com.vaadin.ui.

Class NativeButton

    • Constructor Detail

      • NativeButton

        public NativeButton()
      • NativeButton

        public NativeButton​(String caption)
    • Method Detail

      • getState

        protected NativeButtonState getState()

        Description copied from class: AbstractComponent

        Returns the shared state bean with information to be sent from the server to the client. Subclasses should override this method and set any relevant fields of the state returned by super.getState().

        Overrides:

        getState in class Button

        Returns:

        updated component shared state