
com.sksamuel.jqm4gwt.HasIconPos Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt-standalone Show documentation
Show all versions of jqm4gwt-standalone Show documentation
jqm4gwt bundled with all of its dependencies
The newest version!
package com.sksamuel.jqm4gwt;
/**
* @author Stephen K Samuel [email protected] 6 Sep 2012 00:04:52
*
*/
public interface HasIconPos {
/**
* Returns the current position of the icon
*
*
* @return the IconPos enum representing the location of the icon
*/
IconPos getIconPos();
/**
* Sets the position of the icon
*/
void setIconPos(IconPos pos);
/**
* Sets the position of the icon
*/
T withIconPos(IconPos pos);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy