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

com.github.fluorumlabs.disconnect.vaadin.constants.Stacking Maven / Gradle / Ivy

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

import js.extras.JsEnum;

/**
 * Created by Artem Godin on 2/4/2020.
 */
public abstract class Stacking extends JsEnum {
	public static final Stacking NORMAL = JsEnum.of("normal");

	public static final Stacking PERCENT = JsEnum.of("percent");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy