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

at.spardat.xma.page.effects.IPageEffects Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
package at.spardat.xma.page.effects;

import org.eclipse.swt.widgets.Control;

import at.spardat.xma.page.PageClient;

public interface IPageEffects {
    
    PageClient getPage();

    void initializePageEffects();    
    void applyPageEffects();
    
    void setCollapsed(Control control, boolean condition);    
    
    void errorStateChanged(Control control, boolean editable, boolean inError);
    void mandatoryChanged(Object uiControl, boolean what);

 

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy