
org.swixml.jsr.widgets.BindableBasicWidget Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.swixml.jsr.widgets;
/**
*
* @author softphone
*/
public interface BindableBasicWidget extends BindableWidget{
String BINDWITH_PROPERTY = "org.swixml.jsr.widgets.bindWith";
String getBindWith();
void setBindWith(String bindWith);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy