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

org.nakedobjects.nos.client.dnd.lookup.DropDownValueOverlaySpecification Maven / Gradle / Ivy

package org.nakedobjects.nos.client.dnd.lookup;

import org.nakedobjects.nos.client.dnd.Content;
import org.nakedobjects.nos.client.dnd.View;
import org.nakedobjects.nos.client.dnd.ViewAxis;
import org.nakedobjects.nos.client.dnd.view.simple.TextView;


class DropDownValueOverlaySpecification extends DropDownObjectOverlaySpecification {
    
    public View createSubview(final Content content, final ViewAxis lookupAxis) {
        TextView icon = new TextView(content, this, lookupAxis);
        return new DropDownSelection(icon);
    }

    public String getName() {
        return "Value Drop Down Overlay";
    }
}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy