Get Label of Attribute From Binding of Attribute In Page Definintion in ADF

        BindingContext bctx = BindingContext.getCurrent();
        BindingContainer bindings = bctx.getCurrentBindingsEntry();
        JUCtrlListBinding allDepartsmentList =
            (JUCtrlListBinding)bindings.get(getAttrFieldBinding());
        labelVal = allDepartsmentList.getLabel();

Comments

Popular posts from this blog

Setting up the environment for Angular2 and Hello World Example in Angular2

Build a Simple ReactJS application using react-cli

Customizing the ReactJS sample application created using react-cli