Search in sources :

Example 1 with TextAlign

use of com.google.gwt.dom.client.Style.TextAlign in project ovirt-engine by oVirt.

the class NetworkOutOfSyncPanel method outOfSyncTableAsWidget.

public Widget outOfSyncTableAsWidget() {
    addTableFirstRow();
    for (ReportedConfiguration reportedConfiguration : reportedConfigurationList) {
        List<Label> values = reportedConfigurationAsList(reportedConfiguration);
        TextAlign textAlign = resolveAlignment(reportedConfiguration.getType());
        addOutOfSyncRow(values, textAlign);
    }
    return flowPanel.asWidget();
}
Also used : ReportedConfiguration(org.ovirt.engine.core.common.businessentities.network.ReportedConfiguration) TextAlign(com.google.gwt.dom.client.Style.TextAlign) Label(org.gwtbootstrap3.client.ui.Label)

Aggregations

TextAlign (com.google.gwt.dom.client.Style.TextAlign)1 Label (org.gwtbootstrap3.client.ui.Label)1 ReportedConfiguration (org.ovirt.engine.core.common.businessentities.network.ReportedConfiguration)1