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

org.nakedobjects.plugins.html.component.Page Maven / Gradle / Ivy

package org.nakedobjects.plugins.html.component;

public interface Page extends Component {

    void addDebug(String value);

    void addDebug(String label, String value);

    Block getNavigation();

    Block getPageHeader();

    ViewPane getViewPane();

    void setCrumbs(Component component);

    void setDebug(DebugPane debugPane);

    void setTitle(String title);

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy