Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.table.ShapeType
-
Packages that use ShapeType Package Description net.n2oapp.framework.api.metadata.global.view.widget.table net.n2oapp.framework.api.metadata.meta.badge -
-
Uses of ShapeType in net.n2oapp.framework.api.metadata.global.view.widget.table
Methods in net.n2oapp.framework.api.metadata.global.view.widget.table that return ShapeType Modifier and Type Method Description static ShapeTypeShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeType[]ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShapeType in net.n2oapp.framework.api.metadata.meta.badge
Methods in net.n2oapp.framework.api.metadata.meta.badge that return ShapeType Modifier and Type Method Description ShapeTypeBadgeAware. getBadgeImageShape()ShapeTypeBadgeAware. getBadgeShape()Methods in net.n2oapp.framework.api.metadata.meta.badge with parameters of type ShapeType Modifier and Type Method Description voidBadgeAware. setBadgeImageShape(ShapeType badgeImageShape)voidBadgeAware. setBadgeShape(ShapeType badgeShape)
-