org.butterfaces.component.html.feature.HideLabel Maven / Gradle / Ivy
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface HideLabel {
boolean isHideLabel();
}
package org.butterfaces.component.html.feature;
/**
* Created by larmic on 22.01.15.
*/
public interface HideLabel {
boolean isHideLabel();
}