Uses of Class
net.n2oapp.framework.api.metadata.meta.badge.Position
-
Packages that use Position Package Description net.n2oapp.framework.api.metadata.meta.badge -
-
Uses of Position in net.n2oapp.framework.api.metadata.meta.badge
Methods in net.n2oapp.framework.api.metadata.meta.badge that return Position Modifier and Type Method Description PositionBadgeAware. getBadgeImagePosition()PositionBadgeAware. getBadgePosition()static PositionPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.meta.badge with parameters of type Position Modifier and Type Method Description voidBadgeAware. setBadgeImagePosition(Position imagePosition)voidBadgeAware. setBadgePosition(Position badgePosition)
-