Example usage for java.awt Component.UiPermissionAware interface-usage

List of usage examples for java.awt Component.UiPermissionAware interface-usage

Introduction

In this page you can find the example usage for java.awt Component.UiPermissionAware interface-usage.

Usage

From source file com.haulmont.cuba.desktop.gui.components.DesktopFieldGroup.java

public class DesktopFieldGroup extends DesktopAbstractComponent<JPanel>
        implements FieldGroup, AutoExpanding, Component.UiPermissionAware {

    private final Logger log = LoggerFactory.getLogger(DesktopFieldGroup.class);

    public static final String DEFAULT_FIELD_WIDTH = "200px";