
com.viaoa.web.OATableComboBox Maven / Gradle / Ivy
package com.viaoa.web;
import com.viaoa.hub.Hub;
public class OATableComboBox {
/**
*/
public OATableComboBox() {
}
/**
@param hub is hub to use for displaying the current value.
@param displayProperty property path to display
*/
public OATableComboBox(OATable table, Hub hub, String displayProperty) {
}
/**
@param hub is hub to use for displaying the current value.
@param displayProperty property path to display
*/
public OATableComboBox(Hub hub, String displayProperty) {
}
public void onClear() {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy