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

Showing number of rows or row count on top and bottom of table in ADF.

Build a Simple ReactJS application using react-cli