All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.vaadin.mixins.HasButtonsMixin Maven / Gradle / Ivy

The newest version!
package com.github.fluorumlabs.disconnect.vaadin.mixins;

import com.github.fluorumlabs.disconnect.vaadin.elements.mixins.ButtonsMixin;
import com.github.fluorumlabs.disconnect.zero.component.Component;

public interface HasButtonsMixin> extends Component {
	/**
	 * Call this method after updating menu bar items dynamically, including changing
	 * any property on the item object corresponding to one of the menu bar buttons.
	 */
	default void render() {
		getNode().render();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy