All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.uberfire.client.perspective.JSPartDefinition Maven / Gradle / Ivy

package org.uberfire.client.perspective;

import com.google.gwt.core.client.JavaScriptObject;

public class JSPartDefinition extends JavaScriptObject {

    protected JSPartDefinition() {
    }

    public final native String getPlaceName() /*-{
        return this.place;
    }-*/;

    public final native JavaScriptObject getParameters() /*-{
        return this.parameters;
    }-*/;

    public final native String getContextId()  /*-{
        return this.context_id;
    }-*/;

    public final native String getContextDisplayModeAsString()  /*-{
        return this.context_display_mode;
    }-*/;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy